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 f942693 commit 58868afCopy full SHA for 58868af
.devcontainer/devcontainer.json
@@ -1,3 +1,7 @@
1
{
2
- "build": { "dockerfile": "Dockerfile" }
+ "build": { "dockerfile": "Dockerfile" },
3
+ "mounts": [
4
+ "type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh/id_rsa,target=/home/vscode/.ssh/id_rsa,readonly",
5
+ "type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh/known_hosts,target=/home/vscode/.ssh/known_hosts"
6
+ ]
7
}
0 commit comments