Skip to content

Commit

Permalink
devcontainer ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
syspro86 committed Dec 10, 2023
1 parent 128bba8 commit ac2a5e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"GitHub.vscode-pull-request-github"
]
}
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand All @@ -27,4 +27,8 @@

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"

"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
],
}

0 comments on commit ac2a5e9

Please sign in to comment.