Skip to content

Commit

Permalink
Include ssh folder in devcontainer
Browse files Browse the repository at this point in the history
otherwise github push doesn't work.
  • Loading branch information
twhittock committed Mar 30, 2024
1 parent a0b3fab commit bd2dd75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"onAutoForward": "notify"
}
},
"mounts": [
"type=bind,source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,readonly"
],
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit bd2dd75

Please sign in to comment.