summaryrefslogtreecommitdiffhomepage
path: root/.devcontainer.json
blob: 6f7fe4bf8cfec6e11fb6494377a177265bd4b47d (plain)
1
2
3
4
5
6
7
8
9
{
    "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"
    ]
}