Cleanup vscode config
This commit is contained in:
parent
feba5f8bf7
commit
4b848f9f20
1 changed files with 11 additions and 19 deletions
|
@ -1,30 +1,22 @@
|
||||||
{
|
{
|
||||||
"window.zoomLevel": 1,
|
|
||||||
"extensions.autoUpdate": true,
|
|
||||||
"editor.cursorStyle": "block",
|
"editor.cursorStyle": "block",
|
||||||
"editor.wordWrap": "on",
|
"editor.fontFamily": "Fira Code",
|
||||||
"files.autoSave": "onFocusChange",
|
"editor.fontLigatures": true,
|
||||||
|
"editor.formatOnPaste": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
"editor.wordWrap": "on",
|
||||||
|
"explorer.confirmDelete": false,
|
||||||
|
"explorer.confirmDragAndDrop": false,
|
||||||
|
"extensions.autoUpdate": true,
|
||||||
|
"files.autoSave": "onFocusChange",
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": 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,
|
"terminal.integrated.shell.linux": "bash",
|
||||||
"explorer.confirmDelete": false,
|
"window.zoomLevel": 1,
|
||||||
"yaml.format.enable": true,
|
|
||||||
"liveshare.audio.joinCallBehavior": "accept",
|
|
||||||
"editor.formatOnPaste": true,
|
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
"gitlens.codeLens.authors.enabled": false,
|
"yaml.format.enable": true,
|
||||||
"explorer.confirmDragAndDrop": false,
|
|
||||||
"lua.format.linebreakMultipleAssignments": true,
|
|
||||||
"[lua]": {
|
|
||||||
"editor.formatOnSave": false
|
|
||||||
},
|
|
||||||
"[makefile]": {
|
"[makefile]": {
|
||||||
"editor.insertSpaces": false
|
"editor.insertSpaces": false
|
||||||
},
|
},
|
||||||
"editor.fontLigatures": true,
|
|
||||||
"editor.fontFamily": "\"Fira Code\"",
|
|
||||||
"terminal.integrated.shell.linux": "bash"
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue