0%

VsCode经常需要改的几个设置

最近搞了好几版VsCode,有几个设置一直忘记,在这里记录一下。

1
2
3
4
5
6
7
8
9
10
"explorer.autoReveal": "focusNoScroll"
"explorer.compactFolders": false
"workbench.tree.enableStickyScroll": true
"workbench.editor.wrapTabs": true
"editor.mouseWheelZoom": true
"editor.cursorBlinking": "smooth"
"terminal.integrated.smoothScrolling": true
"workbench.list.smoothScrolling": true
"workbench.list.smoothScrolling": true
"editor.formatOnPaste": true