Files
aoc2024.rs/.devcontainer/devcontainer.json
Xavier Morel f735e7d3da Initial commit
2024-11-27 16:47:47 +01:00

7 lines
168 B
JSON

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