feat: add devcontainer for codespaces

This commit is contained in:
Felix Spöttel 2022-11-25 13:34:00 +00:00
parent c4507b6db8
commit ab591ae1e9
1 changed files with 6 additions and 0 deletions

View File

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