Skip to content

Commit 171caff

Browse files
CopilotKSXGitHub
andcommitted
Fix Rust feature install: use version stable so rustup is available for rust-analyzer
Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com>
1 parent 5df11e2 commit 171caff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
44
"features": {
55
"ghcr.io/devcontainers/features/rust:1": {
6-
"version": "none",
6+
"version": "stable",
77
"profile": "default"
88
},
99
"ghcr.io/devcontainers/features/node:1": {

0 commit comments

Comments
 (0)