We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b7c23 commit 0ff3ec3Copy full SHA for 0ff3ec3
1 file changed
.devcontainer/devcontainer.json
@@ -30,6 +30,6 @@
30
},
31
"mounts": [
32
"type=bind,source=${localWorkspaceFolder},target=/work",
33
- "type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/vscode/.ssh,readonly"
+ "type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/vscode/.ssh"
34
]
35
}
0 commit comments