Add initial devcontainer configuration for Rust environment (#496)

Closes #494

Co-authored-by: Leonard Hecker <leonard@hecker.io>
This commit is contained in:
luisgizirian 2025-07-09 15:32:17 -05:00 committed by GitHub
parent e16b4abffc
commit 2f48091708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// 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"
}