3
0
Fork 0
forked from mirrors/nixpkgs

vscode-extensions.ms-vscode.Go: remove

According to the README.md:

"This is the new home for the VS Code Go extension. We just migrated
from Microsoft/vscode-go. Learn more about our move on the Go blog."

See also: https://blog.golang.org/vscode-go.
This commit is contained in:
Philipp Riegger 2020-06-16 17:11:31 +02:00 committed by Jonathan Ringer
parent 9bc146db92
commit 5931f86233

View file

@ -153,18 +153,6 @@ let
};
};
ms-vscode.Go = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Go";
publisher = "ms-vscode";
version = "0.11.7";
sha256 = "1l6jjdfivw1pn9y4d4i7zf80ls1k1b0ap1d828ah57ad3bgmyqfi";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};
ms-vscode.cpptools = callPackage ./cpptools {};
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh {};
@ -260,6 +248,7 @@ let
} // lib.optionalAttrs (config.allowAliases or true) (
with self; {
# aliases
ms-vscode.Go = golang.Go;
}
);
in