more vscode rust settings

This commit is contained in:
Cyryl Płotnicki 2018-12-28 15:32:28 +01:00
parent 47f2f135ff
commit 5f68a0e3aa

View file

@ -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
}