Skip to content

Commit f46de45

Browse files
authored
Update devcontainer.json
1 parent 3421e79 commit f46de45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
// Add the IDs of extensions you want installed when the container is created.
1313
"extensions": [
14-
"rust-lang.rust",
14+
"matklad.rust-analyzer",
1515
"bungcip.better-toml",
1616
"vadimcn.vscode-lldb"
17-
]
17+
],
1818

1919
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2020
// "forwardPorts": [],

0 commit comments

Comments
 (0)