diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..8828173fb --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,16 @@ +{ + "name": "Rust", + "image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye", + "features": { + "ghcr.io/devcontainers-contrib/features/apt-packages:1": { + "packages": "cmake,ninja-build,protobuf-compiler,libprotoc-dev" + } + }, + "customizations": { + "vscode": { + "extensions": [ + "zxh404.vscode-proto3" + ] + } + } +}