vscode-extensions.ms-vscode-remote.remote-containers: init at 0.305.0

This commit is contained in:
Anthony Roussel 2023-08-16 07:33:07 +02:00
parent 5827e58a22
commit ee6af9e11c
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -2578,6 +2578,22 @@ let
};
};
ms-vscode-remote.remote-containers = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "remote-containers";
publisher = "ms-vscode-remote";
version = "0.305.0";
sha256 = "sha256-srSRD/wgDbQo9P1uJk8YtcXPZO62keG5kRnp1TmHqOc=";
};
meta = {
description = "Open any folder or repository inside a Docker container.";
downloadPage = "Use a container as your development environment";
homepage = "https://code.visualstudio.com/docs/devcontainers/containers";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.anthonyroussel ];
};
};
ms-vscode-remote.remote-ssh = callPackage ./ms-vscode-remote.remote-ssh { };
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };