File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments