diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4feae2d..b04fe13 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,9 +19,7 @@ // Mount docker socket for docker builds "-v", "/var/run/docker.sock:/var/run/docker.sock", // Use host network - "--network=host", - // Mount azure, git and docker config - "-v", "${env:HOME}${env:USERPROFILE}/.azure:/root/.azure" + "--network=host" ], // Set *default* container specific settings.json values on container create. @@ -59,4 +57,4 @@ // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. // "remoteUser": "vscode" -} \ No newline at end of file +}