0
0
mirror of http://CODE.RHODECODE.COM/u/O/O/O synced 2024-09-20 15:17:23 -04:00
This commit is contained in:
OOOO 2023-09-10 13:54:36 +00:00
parent 15eb615323
commit b369507be2

View File

@ -1,6 +1,5 @@
{ {
"workbench.colorTheme": "", "workbench.colorTheme": "",
"workbench.sideBar.location": "right",
"editor.colorDecoratorsLimit": 1000000, "editor.colorDecoratorsLimit": 1000000,
"workbench.preferredDarkColorTheme": "", "workbench.preferredDarkColorTheme": "",
"workbench.preferredHighContrastColorTheme": "", "workbench.preferredHighContrastColorTheme": "",
@ -63,8 +62,22 @@
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?◯", "editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?◯",
"editor.cursorBlinking": "solid", "editor.cursorBlinking": "solid",
"workbench.tree.indent": 17, "workbench.tree.indent": 17,
"window.zoomLevel": -1,
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
"telemetry.telemetryLevel": "off", "telemetry.telemetryLevel": "off",
"workbench.reduceMotion": "on", "workbench.reduceMotion": "on",
"workbench.sideBar.location": "right",
"vscode_custom_css.imports": [
"file:///C:/USERS/ADMINISTRATOR/.vscode/extensions/O/O-EMEHT-O-THEME-O/ssc.css"],
"workbench.settings.editor": "json",
"workbench.editor.closeEmptyGroups": false,
"editor.suggest.matchOnWordStartOnly": false,
"window.zoomLevel": -1,
"apc.activityBar": {
"itemMargin": 0,
"itemSize": 32,
"size": 32,
"position": "bottom"
},
"update.enableWindowsBackgroundUpdates": false,
"update.mode": "none",
} }