vsCode setting.json

{

  "javascript.updateImportsOnFileMove.enabled": "always",

  "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",

  "workbench.settings.editor": "ui",

  "[javascript]": {

    "editor.defaultFormatter": "esbenp.prettier-vscode"

  },

  "[json]": {

    "editor.defaultFormatter": "vscode.json-language-features"

  },

  "scss.lint.duplicateProperties": "warning",

  "javascript.implicitProjectConfig.experimentalDecorators": true,

  "team.showWelcomeMessage": false,

  "editor.cursorSmoothCaretAnimation": true,

  "editor.cursorBlinking": "expand",

  "workbench.view.alwaysShowHeaderActions": true,

  "window.zoomLevel": 1,

  "editor.codeActionsOnSave": {

    "source.fixAll": true,

    "source.fixAll.eslint": true

  },

  "editor.fontSize": 16,

  "cSpell.userWords": ["IELTS", "OPUU", "antd", "autobind"],

  "eslint.validate": [

    "javascript",

    "javascriptreact",

    "typescript",

    "typescriptreact",

    "vue",

    "html"

  ],

  "files.associations": {

    "*.cjson": "jsonc",

    "*.wxss": "css",

    "*.wxs": "javascript",

    "*.tsx": "typescriptreact",

    "*.js": "javascriptreact"

  },

  "emmet.includeLanguages": {

    "wxml": "html",

    "javascript": "javascriptreact"

  },

  "emmet.triggerExpansionOnTab": true,

  "minapp-vscode.disableAutoConfig": true,

  "[typescriptreact]": {

    "editor.defaultFormatter": "esbenp.prettier-vscode"

  },

  "editor.formatOnSave": true,

  "diffEditor.ignoreTrimWhitespace": false,

  "prettier.singleQuote": true,

  "prettier.trailingComma": "none",

  "html.format.enable": false,

  "[html]": {

  "editor.defaultFormatter": "vscode.html-language-features",

  }

}

你可能感兴趣的:(vsCode setting.json)