diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6f4bd6e26645..b19376a1ca16 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,7 +35,7 @@ "workspaceMount": "source=${localWorkspaceFolder},target=/home/codespace/workspace,type=bind,consistency=cached", "workspaceFolder": "/home/codespace/workspace", "mounts": ["source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind"], - "runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"], + "runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--privileged"], // Add the IDs of extensions you want installed when the container is created. "extensions": [