File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 66 "image" : " mcr.microsoft.com/devcontainers/rust:1-1-bullseye" ,
77 "features" : {
88 "ghcr.io/devcontainers/features/node:1" : {}
9+ },
10+ // Configure tool-specific properties.
11+ "customizations" : {
12+ "vscode" : {
13+ "settings" : {
14+ "editor.formatOnSave" : true ,
15+ "[rust]" : {
16+ "editor.defaultFormatter" : " rust-lang.rust-analyzer"
17+ }
18+ }
19+ }
920 }
1021
1122 // Use 'mounts' to make the cargo cache persistent in a Docker Volume.
2637 // Use 'postCreateCommand' to run commands after the container is created.
2738 // "postCreateCommand": "rustc --version",
2839
29- // Configure tool-specific properties.
30- // "customizations": {},
31-
3240 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3341 // "remoteUser": "root"
3442}
You can’t perform that action at this time.
0 commit comments