|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
{ |
|
|
|
|
"workbench.colorTheme": "⠀", |
|
|
|
|
"editor.colorDecoratorsLimit": 1000000, |
|
|
|
|
"workbench.preferredDarkColorTheme": "⠀", |
|
|
|
|
"workbench.preferredHighContrastColorTheme": "⠀", |
|
|
|
@ -12,7 +11,6 @@
|
|
|
|
|
"workbench.tree.renderIndentGuides": "always", |
|
|
|
|
"editor.bracketPairColorization.independentColorPoolPerBracketType": true, |
|
|
|
|
"editor.bracketPairColorization.enabled": false, |
|
|
|
|
"editor.inlineSuggest.showToolbar": "always", |
|
|
|
|
"editor.stickyScroll.enabled": true, |
|
|
|
|
"workbench.view.alwaysShowHeaderActions": true, |
|
|
|
|
"window.commandCenter": true, |
|
|
|
@ -41,7 +39,6 @@
|
|
|
|
|
}, |
|
|
|
|
"editor.detectIndentation": false, |
|
|
|
|
"editor.foldingMaximumRegions": 65000, |
|
|
|
|
"editor.foldingImportsByDefault": true, |
|
|
|
|
"editor.glyphMargin": false, |
|
|
|
|
"editor.guides.highlightActiveIndentation": "always", |
|
|
|
|
"editor.linkedEditing": true, |
|
|
|
@ -78,7 +75,7 @@
|
|
|
|
|
"apc.statusBar": { |
|
|
|
|
"position": "editor-bottom" |
|
|
|
|
}, |
|
|
|
|
"customvscodeuicss.css": "C:\\USERS\\ADMINISTRATOR\\.vscode\\extensions\\O\\O-EMEHT-O-THEME-O\\ssc.css", |
|
|
|
|
"customvscodeuicss.css": "C:\\USERS\\ADMINISTRATOR\\.vscode\\extensions\\O\\O-EMEHT-O-THEME-O\\SSC.CSS", |
|
|
|
|
"editor.maxTokenizationLineLength": 4294967296, |
|
|
|
|
"editor.scrollBeyondLastLine": false, |
|
|
|
|
"editor.minimap.enabled": false, |
|
|
|
@ -96,8 +93,30 @@
|
|
|
|
|
}, |
|
|
|
|
"explorer.compactFolders": false, |
|
|
|
|
"workbench.list.horizontalScrolling": true, |
|
|
|
|
"editor.autoClosingQuotes": "always", |
|
|
|
|
"editor.autoClosingOvertype": "always", |
|
|
|
|
"window.zoomLevel": -1, |
|
|
|
|
"editor.autoClosingQuotes": "never", |
|
|
|
|
"editor.autoClosingOvertype": "never", |
|
|
|
|
"workbench.editor.enablePreviewFromQuickOpen": true, |
|
|
|
|
"editor.autoClosingBrackets": "never", |
|
|
|
|
"editor.autoClosingDelete": "never", |
|
|
|
|
"html.autoCreateQuotes": false, |
|
|
|
|
"editor.autoSurround": "never", |
|
|
|
|
"html.autoClosingTags": false, |
|
|
|
|
"javascript.autoClosingTags": false, |
|
|
|
|
"typescript.autoClosingTags": false, |
|
|
|
|
"editor.fontVariations": false, |
|
|
|
|
"editor.foldingHighlight": false, |
|
|
|
|
"window.zoomLevel": -2, |
|
|
|
|
"editor.suggest.preview": true, |
|
|
|
|
"markdown.preview.scrollEditorWithPreview": false, |
|
|
|
|
"markdown.preview.scrollPreviewWithEditor": false, |
|
|
|
|
"workbench.editor.enablePreviewFromCodeNavigation": true, |
|
|
|
|
"markdown.preview.breaks": true, |
|
|
|
|
"markdown.preview.lineHeight": 1, |
|
|
|
|
"security.restrictUNCAccess": false, |
|
|
|
|
"security.workspace.trust.startupPrompt": "never", |
|
|
|
|
"security.workspace.trust.untrustedFiles": "open", |
|
|
|
|
"markdown-preview-enhanced.enableScriptExecution": true, |
|
|
|
|
"files.autoSave": "afterDelay", |
|
|
|
|
"debug.console.acceptSuggestionOnEnter": "on", |
|
|
|
|
"workbench.colorTheme": "⠀", |
|
|
|
|
} |