We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3421e79 commit f46de45Copy full SHA for f46de45
.devcontainer/devcontainer.json
@@ -11,10 +11,10 @@
11
12
// Add the IDs of extensions you want installed when the container is created.
13
"extensions": [
14
- "rust-lang.rust",
+ "matklad.rust-analyzer",
15
"bungcip.better-toml",
16
"vadimcn.vscode-lldb"
17
- ]
+ ],
18
19
// Use 'forwardPorts' to make a list of ports inside the container available locally.
20
// "forwardPorts": [],
0 commit comments