|
|
@@ -18,7 +18,7 @@
|
|
18
|
18
|
"window.commandCenter": true,
|
|
19
|
19
|
"notebook.stickyScroll.enabled": true,
|
|
20
|
20
|
"editor.renderWhitespace": "all",
|
|
21
|
|
- "json.maxItemsComputed": 65536,
|
|
|
21
|
+ "json.maxItemsComputed": 4294967296,
|
|
22
|
22
|
"files.exclude": {
|
|
23
|
23
|
"**/.DS_Store": false,
|
|
24
|
24
|
"**/.git": false,
|
|
|
@@ -47,7 +47,6 @@
|
|
47
|
47
|
"editor.linkedEditing": true,
|
|
48
|
48
|
"editor.multiCursorPaste": "full",
|
|
49
|
49
|
"editor.renderLineHighlight": "all",
|
|
50
|
|
- "editor.scrollbar.horizontal": "visible",
|
|
51
|
50
|
"editor.scrollbar.vertical": "visible",
|
|
52
|
51
|
"editor.scrollbar.verticalScrollbarSize": 16,
|
|
53
|
52
|
"editor.scrollbar.horizontalScrollbarSize": 16,
|
|
|
@@ -66,18 +65,34 @@
|
|
66
|
65
|
"telemetry.telemetryLevel": "off",
|
|
67
|
66
|
"workbench.reduceMotion": "on",
|
|
68
|
67
|
"workbench.sideBar.location": "right",
|
|
69
|
|
- "vscode_custom_css.imports": [
|
|
70
|
|
- "file:///C:/USERS/ADMINISTRATOR/.vscode/extensions/O/O-EMEHT-O-THEME-O/ssc.css"],
|
|
71
|
|
-"workbench.settings.editor": "json",
|
|
72
|
68
|
"workbench.editor.closeEmptyGroups": false,
|
|
73
|
69
|
"editor.suggest.matchOnWordStartOnly": false,
|
|
74
|
|
-"window.zoomLevel": -1,
|
|
75
|
70
|
"apc.activityBar": {
|
|
76
|
71
|
"itemMargin": 0,
|
|
77
|
|
- "itemSize": 32,
|
|
78
|
|
- "size": 32,
|
|
|
72
|
+ "itemSize": 24,
|
|
|
73
|
+ "size": 22,
|
|
79
|
74
|
"position": "bottom"
|
|
80
|
75
|
},
|
|
81
|
76
|
"update.enableWindowsBackgroundUpdates": false,
|
|
82
|
77
|
"update.mode": "none",
|
|
|
78
|
+"apc.statusBar": {
|
|
|
79
|
+ "position": "editor-bottom"
|
|
|
80
|
+},
|
|
|
81
|
+"customvscodeuicss.css": "C:\\USERS\\ADMINISTRATOR\\.vscode\\extensions\\O\\O-EMEHT-O-THEME-O\\ssc.css",
|
|
|
82
|
+"editor.maxTokenizationLineLength": 4294967296,
|
|
|
83
|
+"editor.scrollBeyondLastLine": false,
|
|
|
84
|
+"editor.minimap.enabled": false,
|
|
|
85
|
+"editor.wordWrap": "on",
|
|
|
86
|
+"editor.autoIndent": "none",
|
|
|
87
|
+"notebook.showFoldingControls": "always",
|
|
|
88
|
+"html.format.wrapAttributes": "preserve",
|
|
|
89
|
+"chat.editor.wordWrap": "on",
|
|
|
90
|
+"editor.scrollbar.horizontal": "visible",
|
|
|
91
|
+"apc.header": {
|
|
|
92
|
+"height": 16,
|
|
|
93
|
+},
|
|
|
94
|
+"apc.sidebar.titlebar": {
|
|
|
95
|
+"height": 16,
|
|
|
96
|
+},
|
|
|
97
|
+"window.zoomLevel": -1,
|
|
83
|
98
|
}
|