Merge pull request #261740 from rhoriguchi/vscode-extensions
vscode-extensions: add 2 extensions
This commit is contained in:
@@ -857,6 +857,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
cameron.vscode-pytest = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-pytest";
|
||||
publisher = "Cameron";
|
||||
version = "0.1.1";
|
||||
sha256 = "sha256-YU37a0Q+IXusXgwf9doxXLlYiyzkizbPjjdCZFxeDaA=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://github.com/cameronmaske/pytest-vscode/blob/master/CHANGELOG.md";
|
||||
description = "A Visual Studio Code extension that adds IntelliSense support for pytest fixtures";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Cameron.vscode-pytest";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [ lib.maintainers.rhoriguchi ];
|
||||
};
|
||||
};
|
||||
|
||||
christian-kohler.npm-intellisense = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "npm-intellisense";
|
||||
@@ -4831,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";
|
||||
|
||||
Reference in New Issue
Block a user