vscode-extensions.ms-azuretools.vscode-containers: init at 2.0.3
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
@@ -3268,6 +3268,8 @@ let
|
||||
|
||||
ms-azuretools.vscode-bicep = callPackage ./ms-azuretools.vscode-bicep { };
|
||||
|
||||
ms-azuretools.vscode-containers = callPackage ./ms-azuretools.vscode-containers { };
|
||||
|
||||
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "ms-azuretools";
|
||||
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "ms-azuretools";
|
||||
name = "vscode-containers";
|
||||
version = "2.0.3";
|
||||
hash = "sha256-MAeE99XmjIjYbr72UymnkrDKsNRSjNiB1jdffKTosHQ=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/microsoft/vscode-containers/releases";
|
||||
description = "Container Tools Extension for Visual Studio Code ";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-containers";
|
||||
homepage = "https://github.com/microsoft/vscode-containers";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.m0nsterrr ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user