diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..94d6106 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,23 @@ +{ + "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", + "features": { + "ghcr.io/balazs23/devcontainers-features/bazel:1": { + "bazelisk": "v1.19.0" + }, + "ghcr.io/devcontainers/features/go:1": { + "version": "1.20" + }, + "ghcr.io/devcontainers/features/python:1": { + } + }, + "customizations": { + "vscode": { + "extensions": [ + "bazelbuild.vscode-bazel", + "golang.go", + "ms-vscode.cpptools-extension-pack", + "ms-python.python" + ] + } + } +}