mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
vscode-extensions.zainchen.json: init at 2.0.2
This commit is contained in:
parent
79361ff673
commit
6c5c83340b
@ -4847,6 +4847,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
zainchen.json = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "json";
|
||||
publisher = "ZainChen";
|
||||
version = "2.0.2";
|
||||
sha256 = "sha256-nC3Q8KuCtn/jg1j/NaAxWGvnKe/ykrPm2PUjfsJz8aI=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/ZainChen.json/changelog";
|
||||
description = "A Visual Studio Code extension for JSON support";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ZainChen.json";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.rhoriguchi ];
|
||||
};
|
||||
};
|
||||
|
||||
zhuangtongfa.material-theme = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "material-theme";
|
||||
|
Loading…
Reference in New Issue
Block a user