We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389057f commit 6ab66f5Copy full SHA for 6ab66f5
.devcontainer/devcontainer.json
@@ -1,4 +1,17 @@
1
{
2
"name": "Rust",
3
- "image": "mcr.microsoft.com/devcontainers/rust"
+ "image": "mcr.microsoft.com/devcontainers/rust",
4
+ "customizations": {
5
+ "vscode": {
6
+ "extensions": [
7
+ "rust-lang.rust-analyzer",
8
+ "serayuzgur.crates",
9
+ "tamasfe.even-better-toml",
10
+ "Swellaby.vscode-rust-test-adapter"
11
+ ],
12
+ "settings": {
13
+ "rust-analyzer.updates.askBeforeDownload": false
14
+ }
15
16
17
}
0 commit comments