|
|
@@ -17,7 +17,6 @@
|
|
17
|
17
|
"editor.stickyScroll.enabled": true,
|
|
18
|
18
|
"workbench.view.alwaysShowHeaderActions": true,
|
|
19
|
19
|
"window.commandCenter": true,
|
|
20
|
|
- "window.zoomLevel": -1,
|
|
21
|
20
|
"notebook.stickyScroll.enabled": true,
|
|
22
|
21
|
"editor.renderWhitespace": "all",
|
|
23
|
22
|
"json.maxItemsComputed": 65536,
|
|
|
@@ -41,7 +40,6 @@
|
|
41
|
40
|
"**/bower_components": false,
|
|
42
|
41
|
"**/node_modules": false
|
|
43
|
42
|
},
|
|
44
|
|
- "editor.columnSelection": true,
|
|
45
|
43
|
"editor.detectIndentation": false,
|
|
46
|
44
|
"editor.foldingMaximumRegions": 65000,
|
|
47
|
45
|
"editor.foldingImportsByDefault": true,
|
|
|
@@ -56,4 +54,17 @@
|
|
56
|
54
|
"editor.scrollbar.horizontalScrollbarSize": 16,
|
|
57
|
55
|
"editor.semanticHighlighting.enabled": true,
|
|
58
|
56
|
"editor.showFoldingControls": "always",
|
|
|
57
|
+ "editor.stablePeek": true,
|
|
|
58
|
+ "editor.stickyScroll.maxLineCount": 4,
|
|
|
59
|
+ "editor.tabCompletion": "on",
|
|
|
60
|
+ "terminal.integrated.tabFocusMode": true,
|
|
|
61
|
+ "editor.trimAutoWhitespace": false,
|
|
|
62
|
+ "editor.wordBreak": "keepAll",
|
|
|
63
|
+ "editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?◯",
|
|
|
64
|
+ "editor.cursorBlinking": "solid",
|
|
|
65
|
+ "workbench.tree.indent": 17,
|
|
|
66
|
+ "window.zoomLevel": -1,
|
|
|
67
|
+ "workbench.startupEditor": "none",
|
|
|
68
|
+ "telemetry.telemetryLevel": "off",
|
|
|
69
|
+ "workbench.reduceMotion": "on",
|
|
59
|
70
|
}
|