Files
aoc2016/.devcontainer/devcontainer.json
Xavier Morel 2cf2419673 Initial commit
2024-11-12 16:02:09 +01:00

7 lines
168 B
JSON

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