File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
pkgs/applications/editors/vscode/extensions
ms-azuretools.vscode-containers Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 15068
15068
github = "m00wl";
15069
15069
githubId = 46034439;
15070
15070
};
15071
+ m0nsterrr = {
15072
+ name = "Ludovic Ortega";
15073
+
15074
+ github = "M0NsTeRRR";
15075
+ githubId = 37785089;
15076
+ };
15071
15077
m1cr0man = {
15072
15078
15073
15079
github = "m1cr0man";
Original file line number Diff line number Diff line change @@ -3268,6 +3268,8 @@ let
3268
3268
3269
3269
ms-azuretools . vscode-bicep = callPackage ./ms-azuretools.vscode-bicep { } ;
3270
3270
3271
+ ms-azuretools . vscode-containers = callPackage ./ms-azuretools.vscode-containers { } ;
3272
+
3271
3273
ms-azuretools . vscode-docker = buildVscodeMarketplaceExtension {
3272
3274
mktplcRef = {
3273
3275
publisher = "ms-azuretools" ;
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments