mirror of https://github.com/microsoft/edit
Add initial devcontainer configuration for Rust environment (#496)
Closes #494 Co-authored-by: Leonard Hecker <leonard@hecker.io>
This commit is contained in:
parent
e16b4abffc
commit
2f48091708
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue