modernise vscode settings file
This commit is contained in:
parent
0074a8133a
commit
43f6747d1f
1 changed files with 3 additions and 11 deletions
|
@ -2,20 +2,12 @@
|
||||||
"window.zoomLevel": 1,
|
"window.zoomLevel": 1,
|
||||||
"extensions.autoUpdate": true,
|
"extensions.autoUpdate": true,
|
||||||
"editor.cursorStyle": "block",
|
"editor.cursorStyle": "block",
|
||||||
"editor.wordWrap": true,
|
"editor.wordWrap": "on",
|
||||||
"vim.disableAnnoyingNeovimMessage": true,
|
|
||||||
"files.autoSave": "onFocusChange",
|
"files.autoSave": "onFocusChange",
|
||||||
"cSpell.language": "en,en-GB",
|
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"better-comments.highlightPlainText": true,
|
"better-comments.highlightPlainText": true,
|
||||||
"rust-client.updateOnStartup": true,
|
"rust-client.updateOnStartup": true,
|
||||||
"rust.all_features": true,
|
"rust.all_features": true,
|
||||||
"rust.goto_def_racer_fallback": 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