{
  "workbench.colorCustomizations": {
    "titleBar.activeBackground": "#00eeff",
    "titleBar.inactiveBackground": "#00eeff",
    "titleBar.activeForeground": "#000000",
    "titleBar.inactiveForeground": "#000000"
  },
  "[vue]": {
    "editor.formatOnSave": true
  },
  "files.associations": {
    "*.vue": "vue"
  },
  "vetur.format.defaultFormatter.html": "prettier",
  "vetur.format.defaultFormatter.scss": "prettier",
  "vetur.format.defaultFormatter.css": "prettier",
  "vetur.format.defaultFormatter.js": "prettier",
  "prettier.eslintIntegration": true,
  "prettier.disableLanguages": [],
  "eslint.options": {
    "extensions": [".html", ".js", ".vue", ".jsx"]
  },
  "editor.wordWrapColumn": 110,
  "git.autofetch": true,
  "gitlens.advanced.messages": {
    "suppressShowKeyBindingsNotice": true
  },
  "git.enableSmartCommit": true,
  "editor.quickSuggestions": {
    "strings": true
  },
  "breadcrumbs.enabled": true,
  "git.confirmSync": false,
  "editor.formatOnSave": true,
  "[javascript]": {},
  "[typescript]": {},
  "workbench.settings.editor": "json"
}
