Skip to content

Commit

Permalink
chore: remove unnecissary mount
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Jun 1, 2024
1 parent 5318bb4 commit c1383ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,5 @@
}
},
"remoteUser": "vscode",
"postCreateCommand": "zsh ./.devcontainer/post-install.sh",
"mounts": [
/* Re-use local SSH keys (useful if you use SSH keys for Git repo access or other SSH work)*/
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
]
"postCreateCommand": "zsh ./.devcontainer/post-install.sh"
}

0 comments on commit c1383ee

Please sign in to comment.