diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 75f14f0..9c41e14 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,8 +44,10 @@ }, // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. - "remoteUser": "node", - "mounts": [ - "type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly" - ] + "remoteUser": "node" + + // Comment out to enable mounts to mount folders or files like ssh keys: + // "mounts": [ + // "type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly" + // ] }