{ // #region common "window.autoDetectColorScheme": true, "workbench.startupEditor": "newUntitledFile", "workbench.colorTheme": "One Dark Pro Darker", "workbench.preferredLightColorTheme": "GitHub Light Default", "workbench.preferredDarkColorTheme": "One Dark Pro Darker", "workbench.iconTheme": "catppuccin-latte", "workbench.productIconTheme": "icons-carbon", "workbench.list.smoothScrolling": true, "workbench.tree.indent": 16, "workbench.activityBar.orientation": "vertical", "workbench.editor.highlightModifiedTabs":true, "editor.fontSize": 13, "editor.fontFamily": "'JetBrains Maple Mono', monospace", "editor.fontLigatures": "'calt' on, 'liga' on, 'ss04' on, 'ss11' on, 'ss13' on, 'ss14' on", "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": [ "comment", "keyword.operator.expression", "keyword.other", "keyword.operator.new", "variable.language", "entity.other.attribute-name", "storage" ], "settings": { "fontStyle": "italic" } }, { "scope": ["storage.type.function.arrow"], "settings": { "fontStyle": "" } } ] }, "terminal.integrated.fontSize": 14, "terminal.integrated.fontFamily": "'IBM Plex Mono', 'Symbols Nerd Font Mono', monospace", "terminal.integrated.cursorBlinking": true, "terminal.integrated.persistentSessionReviveProcess": "never", "editor.rulers": [80, 120, 160], "editor.renderWhitespace": "boundary", "editor.wordWrap": "bounded", "editor.cursorBlinking": "expand", "editor.guides.bracketPairs": "active", "editor.find.addExtraSpaceOnTop": false, "debug.onTaskErrors": "debugAnyway", "diffEditor.ignoreTrimWhitespace": false, "diffEditor.hideUnchangedRegions.enabled": true, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "files.eol": "\n", "git.autofetch": true, "git.untrackedChanges": "separate", "scm.diffDecorationsGutterWidth": 2, // #region fixed "editor.linkedEditing": true, "editor.wordWrapColumn": 80, "editor.tabSize": 2, "editor.formatOnPaste": false, "editor.formatOnSave": false, "editor.formatOnType": false, // #endregion fixed // #endregion common }