|
|
@@ -1,5 +1,4 @@
|
|
1
|
1
|
{
|
|
2
|
|
- "workbench.colorTheme": "⠀",
|
|
3
|
2
|
"editor.colorDecoratorsLimit": 1000000,
|
|
4
|
3
|
"workbench.preferredDarkColorTheme": "⠀",
|
|
5
|
4
|
"workbench.preferredHighContrastColorTheme": "⠀",
|
|
|
@@ -12,7 +11,6 @@
|
|
12
|
11
|
"workbench.tree.renderIndentGuides": "always",
|
|
13
|
12
|
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
|
|
14
|
13
|
"editor.bracketPairColorization.enabled": false,
|
|
15
|
|
- "editor.inlineSuggest.showToolbar": "always",
|
|
16
|
14
|
"editor.stickyScroll.enabled": true,
|
|
17
|
15
|
"workbench.view.alwaysShowHeaderActions": true,
|
|
18
|
16
|
"window.commandCenter": true,
|
|
|
@@ -41,7 +39,6 @@
|
|
41
|
39
|
},
|
|
42
|
40
|
"editor.detectIndentation": false,
|
|
43
|
41
|
"editor.foldingMaximumRegions": 65000,
|
|
44
|
|
- "editor.foldingImportsByDefault": true,
|
|
45
|
42
|
"editor.glyphMargin": false,
|
|
46
|
43
|
"editor.guides.highlightActiveIndentation": "always",
|
|
47
|
44
|
"editor.linkedEditing": true,
|
|
|
@@ -78,7 +75,7 @@
|
|
78
|
75
|
"apc.statusBar": {
|
|
79
|
76
|
"position": "editor-bottom"
|
|
80
|
77
|
},
|
|
81
|
|
-"customvscodeuicss.css": "C:\\USERS\\ADMINISTRATOR\\.vscode\\extensions\\O\\O-EMEHT-O-THEME-O\\ssc.css",
|
|
|
78
|
+"customvscodeuicss.css": "C:\\USERS\\ADMINISTRATOR\\.vscode\\extensions\\O\\O-EMEHT-O-THEME-O\\SSC.CSS",
|
|
82
|
79
|
"editor.maxTokenizationLineLength": 4294967296,
|
|
83
|
80
|
"editor.scrollBeyondLastLine": false,
|
|
84
|
81
|
"editor.minimap.enabled": false,
|
|
|
@@ -96,8 +93,30 @@
|
|
96
|
93
|
},
|
|
97
|
94
|
"explorer.compactFolders": false,
|
|
98
|
95
|
"workbench.list.horizontalScrolling": true,
|
|
99
|
|
-"editor.autoClosingQuotes": "always",
|
|
100
|
|
-"editor.autoClosingOvertype": "always",
|
|
101
|
|
-"window.zoomLevel": -1,
|
|
|
96
|
+"editor.autoClosingQuotes": "never",
|
|
|
97
|
+"editor.autoClosingOvertype": "never",
|
|
102
|
98
|
"workbench.editor.enablePreviewFromQuickOpen": true,
|
|
|
99
|
+"editor.autoClosingBrackets": "never",
|
|
|
100
|
+"editor.autoClosingDelete": "never",
|
|
|
101
|
+"html.autoCreateQuotes": false,
|
|
|
102
|
+"editor.autoSurround": "never",
|
|
|
103
|
+"html.autoClosingTags": false,
|
|
|
104
|
+"javascript.autoClosingTags": false,
|
|
|
105
|
+"typescript.autoClosingTags": false,
|
|
|
106
|
+"editor.fontVariations": false,
|
|
|
107
|
+"editor.foldingHighlight": false,
|
|
|
108
|
+"window.zoomLevel": -2,
|
|
|
109
|
+"editor.suggest.preview": true,
|
|
|
110
|
+"markdown.preview.scrollEditorWithPreview": false,
|
|
|
111
|
+"markdown.preview.scrollPreviewWithEditor": false,
|
|
|
112
|
+"workbench.editor.enablePreviewFromCodeNavigation": true,
|
|
|
113
|
+"markdown.preview.breaks": true,
|
|
|
114
|
+"markdown.preview.lineHeight": 1,
|
|
|
115
|
+"security.restrictUNCAccess": false,
|
|
|
116
|
+"security.workspace.trust.startupPrompt": "never",
|
|
|
117
|
+"security.workspace.trust.untrustedFiles": "open",
|
|
|
118
|
+"markdown-preview-enhanced.enableScriptExecution": true,
|
|
|
119
|
+"files.autoSave": "afterDelay",
|
|
|
120
|
+"debug.console.acceptSuggestionOnEnter": "on",
|
|
|
121
|
+"workbench.colorTheme": "⠀",
|
|
103
|
122
|
}
|