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