diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5183903a..e2a70cf1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,10 +10,12 @@ "NODE_VERSION": "v16" } }, + "workspaceMount": "", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", - "seccomp=unconfined" + "seccomp=unconfined", + "--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z" ], // Set *default* container specific settings.json values on container create. "settings": {