From e88cc3cf4905a92769440230bc8d3977f3185d71 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Wed, 22 May 2024 14:21:29 -0400 Subject: [PATCH] remove mounts --- .devcontainer/devcontainer.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9d65b91..b58dcfe 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,17 +35,12 @@ "WallabyJs.wallaby-vscode", "wix.vscode-import-cost", "yzhang.markdown-all-in-one" - ] + ] } } - }, - "mounts": [ - "source=${localEnv:USERPROFILE}/.ssh/id_rsa,target=/root/.ssh/id_rsa,type=bind", - "source=${localEnv:USERPROFILE}/.gitconfig,target=/root/.gitconfig,type=bind" - ], + }, "containerEnv": { "DISPLAY": "host.docker.internal:0.0", "LIBGL_ALWAYS_INDIRECT": "0" - }, - "shutdownAction": "none" -} + } +} \ No newline at end of file