{ "editor.tabSize": 2, "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": "active", "eslint.validate": ["javascript", "javascriptreact", "vue"], "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "terminal.integrated.env.osx": { "FIG_NEW_SESSION": "1" }, "gitblame.ignoreWhitespace": true, "workbench.colorCustomizations": { "list.activeSelectionBackground": "#2C313A", "diffEditor.insertedTextBackground": "#00809B33", "editorGroupHeader.tabsBackground": "#21252B", "button.hoverBackground": "#6087CF", "list.inactiveSelectionBackground": "#2C313A", "sideBar.background": "#21252B", "activityBarBadge.background": "#528BFF", "titleBar.inactiveBackground": "#21252B", "titleBar.activeBackground": "#21252B", "editorCursor.foreground": "#528BFF", "scrollbarSlider.activeBackground": "#747D9180", "editorLineNumber.foreground": "#636D83", "editorSuggestWidget.border": "#181A1F", "scrollbarSlider.hoverBackground": "#5A637580", "editor.lineHighlightBackground": "#2C313A", "gitDecoration.conflictingResourceForeground": "#E70404", "editorGroup.border": "#181A1F", "editorIndentGuide.background": "#3C4049", "list.inactiveSelectionForeground": "#D7DAE0", "sideBar.foreground": "#d7dae0", "statusBarItem.hoverBackground": "#2C313A", "scrollbarSlider.background": "#4E566680", "focusBorder": "#528BFF", "gitDecoration.untrackedResourceForeground": "#B2D969", "pickerGroup.border": "#528BFF", "editor.background": "#282C34", "sideBarSectionHeader.background": "#21252B", "tab.activeBackground": "#282C34", "dropdown.background": "#353b45", "activityBar.background": "#333842", "editorHoverWidget.background": "#21252B", "editorHoverWidget.border": "#181A1F", "titleBar.activeForeground": "#9DA5B4", "gitDecoration.modifiedResourceForeground": "#FFAD19", "statusBar.noFolderBackground": "#21252B", "input.background": "#424756", "dropdown.border": "#181A1F", "statusBar.foreground": "#9DA5B4", "tab.border": "#181A1F", "list.highlightForeground": "#D7DAE0", "activityBar.foreground": "#D7DAE0", "button.foreground": "#FFFFFF", "editorSuggestWidget.background": "#21252B", "tab.inactiveBackground": "#21252B", "editor.selectionBackground": "#3E4451", "statusBar.debuggingForeground": "#FFFFFF", "activityBarBadge.foreground": "#D7DAE0", "titleBar.inactiveForeground": "#9DA5B4", "list.focusBackground": "#2C313A", "list.activeSelectionForeground": "#D7DAE0", "button.background": "#4D78CC", "editorWhitespace.foreground": "#3C4049", "input.border": "#181A1F", "editorWidget.background": "#21252B", "statusBar.background": "#21252B", "editorSuggestWidget.selectedBackground": "#2C313A", "extensionButton.prominentBackground": "#2BA143", "list.hoverBackground": "#2C313A", "extensionButton.prominentHoverBackground": "#37AF4E", "[Material Theme]": { "activityBarBadge.background": "#DA7FC3", "activityBar.activeBorder": "#DA7FC3", // "list.activeSelectionForeground": "#DA7FC3", "list.inactiveSelectionForeground": "#DA7FC3", // "list.highlightForeground": "#DA7FC3", // "scrollbarSlider.activeBackground": "#DA7FC3", "editorSuggestWidget.highlightForeground": "#DA7FC3", "textLink.foreground": "#DA7FC3", "progressBar.background": "#DA7FC3", "pickerGroup.foreground": "#DA7FC3", "tab.activeBorder": "#DA7FC3", "notificationLink.foreground": "#DA7FC3", "editorWidget.resizeBorder": "#DA7FC3", "editorWidget.border": "#DA7FC3", "settings.modifiedItemIndicator": "#DA7FC3", "settings.headerForeground": "#DA7FC3", "panelTitle.activeBorder": "#DA7FC3", "breadcrumb.activeSelectionForeground": "#DA7FC3", "menu.selectionForeground": "#DA7FC3", "menubar.selectionForeground": "#DA7FC3", "editor.findMatchBorder": "#DA7FC3", "selection.background": "#DA7FC340", "statusBarItem.remoteBackground": "#DA7FC3" } }, "github.copilot.enable": { "*": true, "yaml": true, "plaintext": false, "markdown": true, "typescript": true, "quokka-output": false, "javascript": true, "mdx": false }, "emmet.triggerExpansionOnTab": true, "files.exclude": { "**/*.js.map": true, "**/.git": false }, "files.associations": { ".env.*": "env", ".env.local.*": "env" }, "terminal.integrated.shell.linux": "/bin/zsh", "editor.rulers": [80], "emmet.includeLanguages": { "javascript": "javascriptreact" }, "emmet.syntaxProfiles": { "vue": "html", "vue-html": "html" }, "importCost.timeout": 100000, "materialTheme.fixIconsRunning": false, "terminal.integrated.fontWeight": null, "eslint.options": { "extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx"] }, "terminal.integrated.shell.osx": "/bin/zsh", "editor.accessibilitySupport": "off", "editor.renderWhitespace": "boundary", "gitlens.advanced.fileHistoryFollowsRenames": false, "extensions.ignoreRecommendations": true, "editor.suggestSelection": "first", "jest.autoRun": "off", "editor.inlineSuggest.enabled": true, "terminal.integrated.fontFamily": "MesloLGS NF", "javascript.updateImportsOnFileMove.enabled": "never", "explorer.confirmDragAndDrop": false, "liveshare.featureSet": "insiders", "terminal.external.osxExec": "iTerm.app", "workbench.iconTheme": "material-icon-theme", "editor.minimap.enabled": true, "workbench.colorTheme": "Material Theme", "githubPullRequests.terminalLinksHandler": "github", "githubIssues.useBranchForIssues": "off", "materialTheme.accent": "Purple", "workbench.layoutControl.enabled": false, "git.showActionButton": { "commit": false, "publish": false, "sync": false }, "vsicons.dontShowNewVersionMessage": true, "editor.codeLensFontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace", "githubPullRequests.pullBranch": "never", "git.mergeEditor": false, "circleci.hostUrl": "", "circleci.notifications.areActive": "no", "window.zoomLevel": 1 }