vscode-extensions.ms-azuretools.vscode-containers: init at 2.0.3 (#422902)
This commit is contained in:
commit
deb20abbe1
@ -15068,6 +15068,12 @@
|
||||
github = "m00wl";
|
||||
githubId = 46034439;
|
||||
};
|
||||
m0nsterrr = {
|
||||
name = "Ludovic Ortega";
|
||||
email = "nix@mail.adminafk.fr";
|
||||
github = "M0NsTeRRR";
|
||||
githubId = 37785089;
|
||||
};
|
||||
m1cr0man = {
|
||||
email = "lucas+nix@m1cr0man.com";
|
||||
github = "m1cr0man";
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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 ];
|
||||
};
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user