Skip to content

Commit

Permalink
chore: remove mount to favor ssh-agent forwarding instead
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 11, 2023
1 parent 084e28c commit 43e0e28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"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"
// ]
}

0 comments on commit 43e0e28

Please sign in to comment.