mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vscode-extensions.vue.volar: init 2.0.16
This commit is contained in:
parent
90a3fb8ffe
commit
b0b6fb6b7a
1 changed files with 16 additions and 0 deletions
|
@ -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 {
|
vspacecode.whichkey = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "whichkey";
|
name = "whichkey";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue