mirror of
https://github.com/microsoft/edit.git
synced 2026-02-05 12:17:53 -06:00
7 lines
254 B
JSON
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"
|
|
}
|