diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index eabb4db..6ca790b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" }