mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vscode-extensions.ms-azuretools.vscode-docker: init at 0.8.1
This commit is contained in:
parent
880ae34123
commit
434185f35c
@ -64,7 +64,7 @@ in
|
||||
mktplcRef = {
|
||||
name = "latex-workshop";
|
||||
publisher = "James-Yu";
|
||||
version = "8.2.0";
|
||||
version = "8.2.0";
|
||||
sha256 = "1ai16aam4v5jzhxgms589q0l24kyk1a9in6z4i7g05b3sahyxab2";
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
@ -84,6 +84,18 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-docker";
|
||||
publisher = "ms-azuretools";
|
||||
version = "0.8.1";
|
||||
sha256 = "0n59whmcrx8946xix6skvc50f2vsc85ckvn8cs06w9mqmymm1q0s";
|
||||
};
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
ms-vscode.cpptools = callPackage ./cpptools {};
|
||||
|
||||
ms-python.python = callPackage ./python {
|
||||
|
Loading…
Reference in New Issue
Block a user