vscode-extensions.golang.Go: init at 0.18.1
This commit is contained in:
parent
2744d2e31f
commit
9bc146db92
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue