vscode配置

90 阅读1分钟
{
  "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "diffEditor.ignoreTrimWhitespace": false,
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "typescript.updateImportsOnFileMove.enabled": "always",
  "vsicons.dontShowNewVersionMessage": true,
  "cSpell.userWords": ["typea"],
  "git.confirmSync": false,
  "[css]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[scss]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.tabSize": 2,
  "bitoAI.codeCompletion.setAutoCompletionTriggerLogic": 250,

  "workbench.colorCustomizations": {
    "activityBar.foreground": "#f0f6ff",
    "activityBar.inactiveForeground": "#f0f6ff",
  },
   "editor.tokenColorCustomizations": {
    "comments": "#567c50",

    "textMateRules":[
      {
        "scope": "entity.name.tag",
        "settings": {
          "foreground": "#73b8ff"
        }
      },
      {
        "scope": "meta.tag",
        "settings": {
          "foreground": "#d9b676"
        }
      },
      {
        "scope": "variable.other.readwrite",
        "settings": {
          "foreground": "#f6f6f6bd"
        }
      },
      {
        "scope": "variable.other.constant",
        "settings": {
          "foreground": "#f6f6f6bd"
        }
      },
      {
        "scope": "meta.template.expression",
        "settings": {
          "foreground": "#f6f6f6bd"
        }
      },
      {
      "name": "Comment",
      "scope": [
        "comment",
        "comment.block",
        "comment.block.documentation",
        "comment.line",
        "comment.line.double-slash",
        "punctuation.definition.comment",
      ],
      "settings": {
        "fontStyle": "",

      }
    },
    	
    ]
  },
  "editor.fontSize": 20,
  "myFont.font": "Pragmata Pro Mono,",
  "editor.cursorBlinking": "smooth",
  "terminal.integrated.fontFamily": "monospace",
  "bitoAI.codeCompletion.enableAutoCompletion": true,
  "bitoAI.codeCompletion.enableCommentToCode": true,
  "workbench.startupEditor": "none",
  "editor.inlineSuggest.showToolbar": "always",
  "editor.unicodeHighlight.ambiguousCharacters": false,
  "bitoAI.appearance.fontSize": 18,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "explorer.confirmDragAndDrop": false,
  "Lingma.cloudModelAutoTriggerGenerateLength": "medium",
  "cSpell.languageSettings": [],
  "Lingma.LocalStoragePath": "C:\\Users\\DELL\\.lingma",
  "editor.unicodeHighlight.allowedCharacters": {
    " ": true
  },
  "prettier.endOfLine": "auto",
  "eslint.execArgv": null,
  "prisma.showPrismaDataPlatformNotification": false,
  "database-client.autoSync": true,
  "Prettier-SQL.tabSizeOverride": 4,
  "eslint.codeActionsOnSave.rules": null,
  "eslint.nodeEnv": "",
  "editor.codeActionsOnSave": {

    "source.fixAll.eslint": "explicit",
    "source.fixAll": "explicit"
  },

  "eslint.rules.customizations": [],
  "eslint.runtime": "",
  "editor.fontVariations": false,

  "git.autofetch": true,
  "font-profile.profile": "default",
  "font-profile.profiles": {
    "default": {
      "editor.fontFamily": "Monaco,华文细黑",
      "editor.fontLigatures": true,
      "editor.fontSize": 18,
      "editor.fontWeight": "normal",
      "editor.fontVariations": false
    }
  },
  "editor.fontFamily": "Fira Code,HarmonyOS Sans SC,黑体, monospace",
  "workbench.settings.applyToAllProfiles": ["editor.fontFamily"],
  "workbench.activityBar.orientation": "vertical", // 活动栏垂直方向
  "editor.fontLigatures": true,
  "[dockercompose]": {
    "editor.defaultFormatter": "ms-azuretools.vscode-docker"
  },
  //效果样式  "水花-particles", "烟花-fireworks", "火焰-flames", "雪花-magic", "幽灵-clippy", "激光-simple-rift", "大激光-exploding-rift"
  "powermode.presets": "particles",
  //是否抖动
  "powermode.shake.enabled": false,
  //控制进度条显示位置 "编辑器-editor","状态栏-statusbar","关闭off"
  "powermode.combo.location": "statusbar",
  //控制计数器是否可见 "显示-show","关闭-hide"
  "powermode.combo.counterEnabled": "show",
  "powermode.combo.timeout": 5,
  "powermode.combo.threshold": 3,
  "editor.formatOnSave": false,
  "powermode.enabled": false,
  "powermode.explosions.customExplosions": [

  ],
  "update.mode": "none",
  "gitlens.views.scm.grouped.views": {
    "commits": true,
    "branches": true,
    "remotes": true,
    "stashes": true,
    "tags": true,
    "worktrees": true,
    "contributors": true,
    "repositories": true,
    "searchAndCompare": false,
    "launchpad": false
  },

  "debug.showBreakpointsInOverviewRuler": true,
  "editor.fontWeight": "460",
  "editor.minimap.showSlider": "always",
  "material-icon-theme.files.color": "#90a4ae",
  "editor.foldingStrategy": "indentation",
  "oneDark.italic": false,
  "workbench.preferredDarkColorTheme": "Default Dark+",
  "workbench.preferredLightColorTheme": "Default Dark Modern",
  "workbench.iconTheme": "material-icon-theme",
  "tabnine.experimentalAutoImports": true,
  "Codegeex.Privacy": true,
  "Codegeex.License": "",
  "window.commandCenter": true,
  "editor.minimap.enabled": true,
  "peacock.favoriteColors": [
    {
      "name": "Angular Red",
      "value": "#dd0531"
    },
    {
      "name": "Azure Blue",
      "value": "#007fff"
    },
    {
      "name": "JavaScript Yellow",
      "value": "#f9e64f"
    },
    {
      "name": "Mandalorian Blue",
      "value": "#1857a4"
    },
    {
      "name": "Node Green",
      "value": "#215732"
    },
    {
      "name": "React Blue",
      "value": "#61dafb"
    },
    {
      "name": "Something Different",
      "value": "#832561"
    },
    {
      "name": "Svelte Orange",
      "value": "#ff3d00"
    },
    {
      "name": "Vue Green",
      "value": "#42b883"
    }
  ],
  "workbench.colorTheme": "One Dark Pro Night Flat",

}