我的Vscode配置

{
  "editor.wordWrap": "on",
  "editor.formatOnPaste": true,
  "editor.fontFamily": "'Maple Mono NF CN', Consolas, 'Courier New', monospace",
  "editor.fontLigatures": true,
  "files.autoSave": "onFocusChange",
  "editor.formatOnSave": true,
  "terminal.integrated.profiles.windows": {
    "Nushell": {
      "path": "nu"
    }
  },
  "terminal.integrated.defaultProfile.windows": "Nushell",
  "terminal.integrated.fontFamily": "Maple Mono NF CN",
  "terminal.integrated.fontLigatures.enabled": true,
  "chat.disableAIFeatures": true
}