Skip to content

Commit deb20ab

Browse files
authored
vscode-extensions.ms-azuretools.vscode-containers: init at 2.0.3 (#422902)
2 parents 957b920 + 62f9f14 commit deb20ab

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15068,6 +15068,12 @@
1506815068
github = "m00wl";
1506915069
githubId = 46034439;
1507015070
};
15071+
m0nsterrr = {
15072+
name = "Ludovic Ortega";
15073+
email = "[email protected]";
15074+
github = "M0NsTeRRR";
15075+
githubId = 37785089;
15076+
};
1507115077
m1cr0man = {
1507215078
email = "[email protected]";
1507315079
github = "m1cr0man";

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3268,6 +3268,8 @@ let
32683268

32693269
ms-azuretools.vscode-bicep = callPackage ./ms-azuretools.vscode-bicep { };
32703270

3271+
ms-azuretools.vscode-containers = callPackage ./ms-azuretools.vscode-containers { };
3272+
32713273
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
32723274
mktplcRef = {
32733275
publisher = "ms-azuretools";
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
lib,
3+
vscode-utils,
4+
}:
5+
6+
vscode-utils.buildVscodeMarketplaceExtension {
7+
mktplcRef = {
8+
publisher = "ms-azuretools";
9+
name = "vscode-containers";
10+
version = "2.0.3";
11+
hash = "sha256-MAeE99XmjIjYbr72UymnkrDKsNRSjNiB1jdffKTosHQ=";
12+
};
13+
14+
meta = {
15+
changelog = "https://github.com/microsoft/vscode-containers/releases";
16+
description = "Container Tools Extension for Visual Studio Code ";
17+
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-containers";
18+
homepage = "https://github.com/microsoft/vscode-containers";
19+
license = lib.licenses.mit;
20+
maintainers = [ lib.maintainers.m0nsterrr ];
21+
};
22+
}

0 commit comments

Comments
 (0)