more vscode settings
This commit is contained in:
parent
d5f8d9f358
commit
0074a8133a
1 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue