vscode-extensions.ms-vscode.Go: init 0.11.7

This commit is contained in:
Jonathan Ringer 2019-10-28 18:23:14 -07:00
parent 8f25c7aa20
commit 5ae6ec21fa

View file

@ -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 {