Skip to content

Commit 44e425c

Browse files
Rust: Remove duplicated customizations (#397)
1 parent 45510a2 commit 44e425c

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

src/rust/.devcontainer/devcontainer.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,7 @@
1717
"ppa": "false"
1818
}
1919
},
20-
// Configure tool-specific properties.
21-
"customizations": {
22-
// Configure properties specific to VS Code.
23-
"vscode": {
24-
// Set *default* container specific settings.json values on container create.
25-
"settings": {
26-
"lldb.executable": "/usr/bin/lldb",
27-
// VS Code don't watch files under ./target
28-
"files.watcherExclude": {
29-
"**/target/**": true
30-
},
31-
"rust-analyzer.checkOnSave.command": "clippy"
32-
},
33-
// Add the IDs of extensions you want installed when the container is created.
34-
"extensions": [
35-
"vadimcn.vscode-lldb",
36-
"mutantdino.resourcemonitor",
37-
"rust-lang.rust-analyzer",
38-
"tamasfe.even-better-toml",
39-
"serayuzgur.crates"
40-
]
41-
}
42-
},
20+
4321
// Use 'forwardPorts' to make a list of ports inside the container available locally.
4422
// "forwardPorts": [],
4523

0 commit comments

Comments
 (0)