summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin John <>2024-05-01 11:44:31 -0500
committerGavin John <>2024-05-01 15:51:58 -0500
commitb1c73868f1cdc8e455b1168dd54cf5694baa1ea4 (patch)
tree5f117a4420ea2ec4efa01bd734ce63ba813dca7c
parent9580a22e28254f86922d15e7a779294aa3f640c8 (diff)
vscode-extensions.vue.vscode-typescript-vue-plugin: init 1.8.27
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index eb7f3e80392b..6d8280930e59 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -4585,6 +4585,22 @@ let
};
};
+ vue.vscode-typescript-vue-plugin = buildVscodeMarketplaceExtension {
+ mktplcRef = {
+ name = "vscode-typescript-vue-plugin";
+ publisher = "Vue";
+ version = "1.8.27";
+ hash = "sha256-ym1+WPKBcn4h9lqSFVehfiDoGUEviOSEVXVLhHcYvfc=";
+ };
+ meta = {
+ changelog = "https://marketplace.visualstudio.com/items/Vue.vscode-typescript-vue-plugin/changelog";
+ description = "Vue VSCode extension for TypeScript";
+ downloadPage = "https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin";
+ homepage = "https://github.com/vuejs/language-tools";
+ license = lib.licenses.mit;
+ };
+ };
+
waderyan.gitblame = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gitblame";