aoc2022/.devcontainer/devcontainer.json

7 lines
168 B
JSON

{
"name": "rust-devcontainer",
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"postCreateCommand": "rustc --version",
"remoteUser": "vscode"
}