vscode-extensions.golang.Go: init at 0.18.1
This commit is contained in:
parent
2744d2e31f
commit
9bc146db92
@ -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 {
|
haskell.haskell = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "haskell";
|
name = "haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user