diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f970ad..ba5c350 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,8 @@ "--init" ], "remoteEnv": { - "DOCKER_ARGS": "--network=host" + "DOCKER_ARGS": "--network=host", + "INSTALLATION_TYPE": "labs" }, "customizations": { "vscode": {