vscode-extensions.ms-azuretools.vscode-docker: 1.24.0 -> 1.29.0
- https://github.com/microsoft/vscode-docker/releases/tag/v1.29.0 - https://github.com/microsoft/vscode-docker/compare/v1.24.0...v1.29.0
This commit is contained in:
parent
84a2a1f9a1
commit
081607dfcf
1 changed files with 5 additions and 2 deletions
|
@ -2852,10 +2852,13 @@ let
|
|||
mktplcRef = {
|
||||
name = "vscode-docker";
|
||||
publisher = "ms-azuretools";
|
||||
version = "1.24.0";
|
||||
sha256 = "sha256-zZ34KQrRPqVbfGdpYACuLMiMj4ZIWSnJIPac1yXD87k=";
|
||||
version = "1.29.0";
|
||||
sha256 = "sha256-mVRsVsolXj31WhbWnt3Xml+NnIq7Q2uHhUUd1zgW42c=";
|
||||
};
|
||||
meta = {
|
||||
description = "Docker Extension for Visual Studio Code";
|
||||
homepage = "https://github.com/microsoft/vscode-docker";
|
||||
changelog = "https://marketplace.visualstudio.com/items/ms-azuretools.vscode-docker/changelog";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue