more vscode rust settings
This commit is contained in:
parent
47f2f135ff
commit
5f68a0e3aa
1 changed files with 2 additions and 1 deletions
|
@ -9,5 +9,6 @@
|
|||
"better-comments.highlightPlainText": true,
|
||||
"rust-client.updateOnStartup": true,
|
||||
"rust.all_features": true,
|
||||
"rust.goto_def_racer_fallback": true
|
||||
"rust.goto_def_racer_fallback": true,
|
||||
"explorer.confirmDelete": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue