vscode配置

83 阅读1分钟

company

{
  "workbench.iconTheme": "material-icon-theme",
  "editor.fontSize": 17,
  "eslint.migration.2_x": "off",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.tabSize": 2,
  "terminal.integrated.fontSize": 16,
  "editor.renderWhitespace": "none",
  "editor.quickSuggestions": {
    "strings": true
  },
  "debug.console.fontSize": 15,
  "emmet.includeLanguages": {
    "javascript": "javascriptreact",
    "wxml": "html"
  },
  "explorer.confirmDragAndDrop": false,
  "workbench.tree.indent": 16,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "editor.wordWrap": "on",
  "path-intellisense.mappings": {
    "@": "${workspaceRoot}/src"
  },
  "hediet.vscode-drawio.theme": "Kennedy",
  "editor.fontFamily": "Consolas",
  "editor.smoothScrolling": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "security.workspace.trust.untrustedFiles": "open",
  "eslint.lintTask.enable": true,
  "eslint.alwaysShowStatus": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "material-icon-theme.activeIconPack": "vue",
  "material-icon-theme.folders.theme": "classic",
  "material-icon-theme.folders.color": "#2ecc71",
  "material-icon-theme.showWelcomeMessage": false,
  "bracketPairColorizer.depreciation-notice": false,
  "todo-tree.general.tags": ["///"],
  "liveServer.settings.donotShowInfoMsg": true,
  "material-icon-theme.showReloadMessage": false,
  "update.showReleaseNotes": false,
  "update.enableWindowsBackgroundUpdates": false,
  "typescript.updateImportsOnFileMove.enabled": "always",
  "update.mode": "manual",
  "explorer.confirmDelete": false,
  "vetur.validation.script": false,
  "files.associations": {
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
  },
  "minapp-vscode.disableAutoConfig": true,
  "workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
  "editor.inlineSuggest.enabled": true,
  "editor.foldingMaximumRegions": 10000,
  "github.copilot.enable": {
    "*": true,
    "yaml": false,
    "plaintext": false,
    "markdown": false,
    "javascript": false,
    "html": false,
    "javascriptreact": false,
    "css": false,
    "json": false
  },
  "backgroundCover.opacity": 0,
  "tabnine.experimentalAutoImports": true,
  "cssrem.rootFontSize": 18,
  "cssrem.vw": true,
  "[vue]": {
    "editor.defaultFormatter": "octref.vetur"
  },
  "open-in-browser.default": "chrome",
  "open-php-html-js-in-browser.selectedBrowser": "Chrome",
  "editor.bracketPairColorization.independentColorPoolPerBracketType": true,
  "editor.guides.bracketPairs": true,
  "git.suggestSmartCommit": false,
  "workbench.startupEditor": "none",
  "git.confirmSync": false,
  "terminal.integrated.defaultProfile.windows": "Git Bash",
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.cursorBlinking": "smooth",
  "editor.cursorStyle": "block",
  "npm.packageManager": "npm",
  "appworks.timeLimit": 8,
  "autoprefixer.formatOnSave": true,
  "autoprefixer.browsers": [
    "ie >= 6",
    "firefox >= 8",
    "chrome >= 24",
    "Opera>=10"
  ],
  "diffEditor.codeLens": true,
  "workbench.editor.enablePreview": false,
  "diffEditor.ignoreTrimWhitespace": false,
  "[python]": {
    "editor.formatOnType": true
  },
  "editor.formatOnSave": true
}

image.png

image.png