|
@@ -1,6 +1,5 @@
|
1
|
1
|
{
|
2
|
2
|
"workbench.colorTheme": "⠀",
|
3
|
|
- "workbench.sideBar.location": "right",
|
4
|
3
|
"editor.colorDecoratorsLimit": 1000000,
|
5
|
4
|
"workbench.preferredDarkColorTheme": "⠀",
|
6
|
5
|
"workbench.preferredHighContrastColorTheme": "⠀",
|
|
@@ -63,8 +62,22 @@
|
63
|
62
|
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?◯",
|
64
|
63
|
"editor.cursorBlinking": "solid",
|
65
|
64
|
"workbench.tree.indent": 17,
|
66
|
|
- "window.zoomLevel": -1,
|
67
|
65
|
"workbench.startupEditor": "none",
|
68
|
66
|
"telemetry.telemetryLevel": "off",
|
69
|
67
|
"workbench.reduceMotion": "on",
|
|
68
|
+ "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
|
+"workbench.editor.closeEmptyGroups": false,
|
|
73
|
+"editor.suggest.matchOnWordStartOnly": false,
|
|
74
|
+"window.zoomLevel": -1,
|
|
75
|
+"apc.activityBar": {
|
|
76
|
+ "itemMargin": 0,
|
|
77
|
+ "itemSize": 32,
|
|
78
|
+ "size": 32,
|
|
79
|
+ "position": "bottom"
|
|
80
|
+},
|
|
81
|
+"update.enableWindowsBackgroundUpdates": false,
|
|
82
|
+"update.mode": "none",
|
70
|
83
|
}
|