mirror of
https://github.com/microsoft/edit.git
synced 2025-12-23 07:07:25 +00:00
6 lines
254 B
JSON
6 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"
|
|
}
|