more vscode settings

This commit is contained in:
Cyryl Płotnicki 2018-12-22 15:58:11 +00:00
parent d5f8d9f358
commit 0074a8133a

View file

@ -8,4 +8,14 @@
"cSpell.language": "en,en-GB",
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"better-comments.highlightPlainText": true,
"rust-client.updateOnStartup": true,
"rust.all_features": true,
"rust.goto_def_racer_fallback": true,
"vim.statusBarColorControl": true,
"workbench.colorCustomizations": {
"statusBar.background": "#005f5f",
"statusBar.noFolderBackground": "#005f5f",
"statusBar.debuggingBackground": "#005f5f"
},
}