diff options
Diffstat (limited to '.devcontainer.json')
-rw-r--r-- | .devcontainer.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index 6f7fe4bf8..000000000 --- a/.devcontainer.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dockerFile": "images/default/Dockerfile", - "overrideCommand": true, - "mounts": ["source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind"], - "runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"], - "extensions": [ - "bazelbuild.vscode-bazel" - ] -} |