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:
parent
9bc146db92
commit
5931f86233
@ -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.cpptools = callPackage ./cpptools {};
|
||||||
|
|
||||||
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh {};
|
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh {};
|
||||||
@ -260,6 +248,7 @@ let
|
|||||||
} // lib.optionalAttrs (config.allowAliases or true) (
|
} // lib.optionalAttrs (config.allowAliases or true) (
|
||||||
with self; {
|
with self; {
|
||||||
# aliases
|
# aliases
|
||||||
|
ms-vscode.Go = golang.Go;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user