edit/.devcontainer/devcontainer.json
luisgizirian 2f48091708
Add initial devcontainer configuration for Rust environment (#496)
Closes #494

Co-authored-by: Leonard Hecker <leonard@hecker.io>
2025-07-09 22:32:17 +02:00

7 lines
254 B
JSON

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm"
}