This commit is contained in:
parent
d3f22af6da
commit
9581f1d77f
|
@ -17,7 +17,6 @@
|
||||||
"editor.stickyScroll.enabled": true,
|
"editor.stickyScroll.enabled": true,
|
||||||
"workbench.view.alwaysShowHeaderActions": true,
|
"workbench.view.alwaysShowHeaderActions": true,
|
||||||
"window.commandCenter": true,
|
"window.commandCenter": true,
|
||||||
"window.zoomLevel": -1,
|
|
||||||
"notebook.stickyScroll.enabled": true,
|
"notebook.stickyScroll.enabled": true,
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
"json.maxItemsComputed": 65536,
|
"json.maxItemsComputed": 65536,
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
"**/bower_components": false,
|
"**/bower_components": false,
|
||||||
"**/node_modules": false
|
"**/node_modules": false
|
||||||
},
|
},
|
||||||
"editor.columnSelection": true,
|
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.foldingMaximumRegions": 65000,
|
"editor.foldingMaximumRegions": 65000,
|
||||||
"editor.foldingImportsByDefault": true,
|
"editor.foldingImportsByDefault": true,
|
||||||
|
@ -56,4 +54,17 @@
|
||||||
"editor.scrollbar.horizontalScrollbarSize": 16,
|
"editor.scrollbar.horizontalScrollbarSize": 16,
|
||||||
"editor.semanticHighlighting.enabled": true,
|
"editor.semanticHighlighting.enabled": true,
|
||||||
"editor.showFoldingControls": "always",
|
"editor.showFoldingControls": "always",
|
||||||
|
"editor.stablePeek": true,
|
||||||
|
"editor.stickyScroll.maxLineCount": 4,
|
||||||
|
"editor.tabCompletion": "on",
|
||||||
|
"terminal.integrated.tabFocusMode": true,
|
||||||
|
"editor.trimAutoWhitespace": false,
|
||||||
|
"editor.wordBreak": "keepAll",
|
||||||
|
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?◯",
|
||||||
|
"editor.cursorBlinking": "solid",
|
||||||
|
"workbench.tree.indent": 17,
|
||||||
|
"window.zoomLevel": -1,
|
||||||
|
"workbench.startupEditor": "none",
|
||||||
|
"telemetry.telemetryLevel": "off",
|
||||||
|
"workbench.reduceMotion": "on",
|
||||||
}
|
}
|
Loading…
Reference in New Issue