summaryrefslogtreecommitdiffhomepage
path: root/.devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer.json')
-rw-r--r--.devcontainer.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.devcontainer.json b/.devcontainer.json
new file mode 100644
index 000000000..cdb129dcf
--- /dev/null
+++ b/.devcontainer.json
@@ -0,0 +1,8 @@
+{
+ "dockerFile": "images/default/Dockerfile",
+ "mounts": ["source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"],
+ "overrideCommand": true,
+ "extensions": [
+ "bazelbuild.vscode-bazel"
+ ]
+}