feat: add devcontainer for codespaces
This commit is contained in:
parent
c4507b6db8
commit
ab591ae1e9
1 changed files with 6 additions and 0 deletions
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"
|
||||
}
|
Loading…
Add table
Reference in a new issue