mirror of
https://github.com/mx42/aoc2016.git
synced 2026-01-14 05:39:51 +01:00
Initial commit
This commit is contained in:
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "rust-devcontainer",
|
||||
"image": "mcr.microsoft.com/devcontainers/rust:latest",
|
||||
"postCreateCommand": "rustc --version",
|
||||
"remoteUser": "vscode"
|
||||
}
|
||||
Reference in New Issue
Block a user