Setup rust in Devcontainer (#221301)

Add Rust feature to devcontainer
This commit is contained in:
Marcel
2024-07-10 18:53:41 +02:00
committed by GitHub
parent d033657ddd
commit bc67f5aa71
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
"ghcr.io/devcontainers/features/desktop-lite:1": {},
"ghcr.io/devcontainers/features/rust:1": {}
},
"containerEnv": {
"DISPLAY": "" // Allow the Dev Containers extension to set DISPLAY, post-create.sh will add it back in ~/.bashrc and ~/.zshrc if not set.