vscode-extensions.vue.volar: init 2.0.16

This commit is contained in:
Gavin John 2024-05-01 11:51:06 -05:00
parent 90a3fb8ffe
commit b0b6fb6b7a
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -4571,6 +4571,22 @@ let
};
};
vue.volar = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "volar";
publisher = "Vue";
version = "2.0.16";
hash = "sha256-RTBbF7qahYP4L7SZ/5aCM/e5crZAyyPRcgL48FVL1jk=";
};
meta = {
changelog = "https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md";
description = "The official Vue VSCode extension";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Vue.volar";
homepage = "https://github.com/vuejs/language-tools";
license = lib.licenses.mit;
};
};
vspacecode.whichkey = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "whichkey";