vscode-extensions.redhat.vscode-yaml: init at 0.5.3
This commit is contained in:
parent
9d15bb808d
commit
880ae34123
1 changed files with 13 additions and 0 deletions
|
@ -90,6 +90,19 @@ in
|
||||||
extractNuGet = callPackage ./python/extract-nuget.nix { };
|
extractNuGet = callPackage ./python/extract-nuget.nix { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
redhat.vscode-yaml = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "vscode-yaml";
|
||||||
|
publisher = "redhat";
|
||||||
|
version = "0.5.3";
|
||||||
|
sha256 = "03swlsp906rqlrx6jf3ibh7pk36sm0zdr8jfy6sr3w5lqjg27gka";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
skyapps.fish-vscode = buildVscodeMarketplaceExtension {
|
skyapps.fish-vscode = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "fish-vscode";
|
name = "fish-vscode";
|
||||||
|
|
Loading…
Reference in a new issue