vscode-extensions.golang.Go: init at 0.18.1

This commit is contained in:
Philipp Riegger 2020-06-16 17:08:18 +02:00 committed by Jonathan Ringer
parent 2744d2e31f
commit 9bc146db92

View File

@ -81,6 +81,18 @@ let
};
};
golang.Go = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Go";
publisher = "golang";
version = "0.18.1";
sha256 = "sha256-b2Wa3TULQQnBm1/xnDCB9SZjE+Wxz5wBttjDEtf8qlE=";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};
haskell.haskell = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "haskell";