advent-of-code/.devcontainer/devcontainer.json
2022-11-25 13:34:00 +00:00

6 lines
168 B
JSON

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