{
  "editor": {
    "fontSize": 14,
    "fontFamily": "'Fira Code', 'Cascadia Code', 'JetBrains Mono', monospace",
    "fontLigatures": true,
    "tabSize": 2,
    "insertSpaces": true,
    "wordWrap": "on",
    "lineNumbers": "on",
    "minimap": {
      "enabled": true
    },
    "bracketPairColorization": {
      "enabled": true
    }
  },
  "files": {
    "autoSave": "afterDelay",
    "autoSaveDelay": 1000,
    "exclude": {
      "**/node_modules": true,
      "**/dist": true,
      "**/build": true,
      "**/.git": true
    }
  },
  "search": {
    "exclude": {
      "**/node_modules": true,
      "**/dist": true,
      "**/build": true
    }
  },
  "terminal": {
    "integrated": {
      "fontSize": 14,
      "fontFamily": "'Fira Code', 'Cascadia Code', monospace"
    }
  }
}