vscode 用户级 settings.json

bash 复制代码
{
  // ===== 编辑器外观(纯个人偏好)=====
  "editor.fontSize": 20,
  "editor.lineHeight": 1.6,
  "editor.cursorBlinking": "smooth",
  "editor.rulers": [100],
  "editor.minimap.enabled": true,
  "editor.multiCursorModifier": "ctrlCmd",

  // ========== 通用基础个人习惯 ==========
  "files.autoSave": "onFocusChange", // 替代 afterDelay,避免打字时频繁格式化,
  // "files.autoSave": "afterDelay",
  // "files.autoSaveDelay": 5000, // 强烈建议改成 3000 ~ 5000
  "terminal.integrated.fontSize": 12,
  "explorer.compactFolders": false,
  "explorer.confirmDelete": false,
  
  // ── 终端 ──
  "terminal.integrated.defaultProfile.osx": "zsh",
  "terminal.integrated.defaultProfile.linux": "bash",
  "terminal.integrated.defaultProfile.windows": "PowerShell",

  // ===== 排除(大项目提速)=====
  "files.watcherExclude": {
    "**/node_modules/**": true,
    // "**/dist/**": true,
    "**/.turbo/**": true,
    "**/coverage/**": true,
    "**/.git/**": true,
  },
  "files.exclude": {
    "**/node_modules": true,
  },
  "search.exclude": {
    "**/node_modules": true,
    "**/dist": true,
    "**/.git": true,
  },

  // ===== 合规与安全 =====
  "telemetry.telemetryLevel": "off",

  /*韭菜盒子*/
  "leek-fund.showEarnings": 0,
  "leek-fund.riseColor": "#888888",
  "leek-fund.fallColor": "#999999",
  "leek-fund.stockSort": 0,
  "leek-fund.hideFundBarItem": true, // ✅ 隐藏基金栏(核心)
  "leek-fund.hideStatusBarIcon": true,
  "leek-fund.stockHeldTipShow": true,
  "leek-fund.labelFormat": {
    "statusBarLabelFormat": "${name}:${price}:${percent}",
    "sidebarStockLabelFormat": "${name}:${price}:${percent}",
  },
  "leek-fund.stockPortfolio": {
    "schemaVersion": 2,
    "updatedAt": "2026-07-15T08:23:58.379Z",
    "migratedFrom": "stocks-v1",
    "groups": [
      {
        "id": "22309e12-28f8-46d3-a1c3-872f591daf44",
        "name": "默认分组",
        "sort": 0,
        "collapsed": false,
        "items": [
          {
            "code": "sh000001",
            "sort": 0
          },
          {
            "code": "sh601899",
            "sort": 1
          },
          {
            "code": "sh600320",
            "sort": 2
          },
          {
            "code": "sz002600",
            "sort": 3
          },
          {
            "code": "sz002273",
            "sort": 4
          },
          {
            "code": "sh600111",
            "sort": 5
          },
          {
            "code": "sh588000",
            "sort": 6,
            "addedAt": "2026-07-15T01:32:25.308Z"
          },
          {
            "code": "sz002850",
            "sort": 7,
            "addedAt": "2026-07-15T01:32:54.650Z"
          }
        ]
      }
    ]
  },
  "leek-fund.statusBarStock": ["sh000001", "sh601899"],
  "leek-fund.stocks": [
    "sh000001",
    "sh601899",
    "sh600320",
    "sz002600",
    "sz002273",
    "sh600111",
    "sh588000",
    "sz002850"
  ],
  "leek-fund.fundPortfolio": {
    "schemaVersion": 1,
    "updatedAt": "2026-07-15T08:23:58.382Z",
    "migratedFrom": "manual",
    "groups": [
      {
        "id": "8563605d-ae79-4451-9295-86b55f2968fd",
        "name": "默认分组",
        "sort": 0,
        "collapsed": false,
        "items": []
      }
    ]
  },
  "leek-fund.funds": [],
  /*韭菜盒子*/
}
vscode-extensions.txt
bash 复制代码
biomejs.biome
bradlc.vscode-tailwindcss
cweijan.vscode-office
dbaeumer.vscode-eslint
eamodio.gitlens
editorconfig.editorconfig
esbenp.prettier-vscode
formulahendry.auto-rename-tag
giscafer.leek-fund
infeng.vscode-react-typescript
mikestead.dotenv
ms-ceintl.vscode-language-pack-zh-hans
sdras.vue-vscode-snippets
stylelint.vscode-stylelint
usernamehw.errorlens
vue.volar
相关推荐
lifewange8 小时前
VSCode怎么运行java
java·ide·vscode
j7~13 小时前
【Linux网络加餐】(篇六)网络版计算器(上):模板方法模式、序列化与 JSON
linux·c++·json·序列化·反序列化·网络版计算机
譕痕15 小时前
Idea 集成 智能体开发工具“千问(qwen)”
java·ide·spring·语言模型
梦帮科技15 小时前
Next.js 16 模块化单体实战:App Router、领域模块与 Route Handler 分层
css·数据结构·链表·正则表达式·node.js·json·html5
sunshine22 girl1 天前
Idea中如何搜索
java·ide·intellij-idea
一木 之林1 天前
Miniconda 安装与 Jupyter 使用入门
ide·python·jupyter
小杨啥都学1 天前
vscode修改默认终端
vscode
蓝悦无人机1 天前
LangChain v1.0 系列教程——第2章 工具系统
langchain·json·装饰器模式·pydantic
辰辉创聚1 天前
禽流感病毒分子基础:表面抗原与内部转录复合体的功能解析
ide·leetcode·rabbitmq·重组血凝素蛋白·甲型流感病毒核蛋白·禽流感单抗
Lyra_Infra2 天前
从一段错误 JSON 说起:Policy、Role 与 IAM
后端·json·aigc