feat: add devcontainer for codespaces
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