vscode-extensions.redhat.vscode-yaml: init at 0.5.3

This commit is contained in:
Jonathan Ringer 2019-10-28 18:08:30 -07:00
parent 9d15bb808d
commit 880ae34123

View File

@ -90,6 +90,19 @@ in
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 {
mktplcRef = {
name = "fish-vscode";