Setup rust in Devcontainer (#221301)

Add Rust feature to devcontainer
This commit is contained in:
Marcel
2024-07-10 16:53:41 +00:00
committed by GitHub
parent d033657ddd
commit bc67f5aa71
2 changed files with 7 additions and 1 deletions
+2 -1
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.