diff --git a/devcontainer.json b/devcontainer.json index 1a25ca6..febb486 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -5,6 +5,9 @@ ], "image": "git.luke-else.co.uk/luke-else/tf-dev:latest", "remoteUser": "dev", + "mounts": [ + "source=~/.ssh/,target=~/.ssh/,type=bind,consistency=cached" + ], "customizations": { "vscode": { "settings": {