Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
vscode-extensions.ms-vscode.Go: init 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Oct 29, 2019
1 parent 8f25c7a commit 5ae6ec2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ in
};
};

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-python.python = callPackage ./python {
Expand Down

0 comments on commit 5ae6ec2

Please sign in to comment.