more vscode settings
This commit is contained in:
parent
2310a6faa3
commit
10a307e958
1 changed files with 4 additions and 1 deletions
|
@ -12,5 +12,8 @@
|
||||||
"rust.goto_def_racer_fallback": true,
|
"rust.goto_def_racer_fallback": true,
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
"yaml.format.enable": true,
|
"yaml.format.enable": true,
|
||||||
"liveshare.audio.joinCallBehavior": "accept"
|
"liveshare.audio.joinCallBehavior": "accept",
|
||||||
|
"editor.formatOnPaste": true,
|
||||||
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
|
"gitlens.codeLens.authors.enabled": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue