settings.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
  3. "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
  4. "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
  5. "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
  6. "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
  7. "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
  8. "docthis.authorName": "chuzhixin 1204505056@qq.com",
  9. "docthis.enableHungarianNotationEvaluation": true,
  10. "docthis.includeAuthorTag": true,
  11. "docthis.includeDescriptionTag": true,
  12. "docthis.inferTypesFromNames": true,
  13. "editor.codeActionsOnSave": {
  14. "source.fixAll.stylelint": "explicit",
  15. "source.fixAll.eslint": "explicit",
  16. "source.organizeImports": "explicit"
  17. },
  18. "editor.detectIndentation": false,
  19. "editor.formatOnSave": true,
  20. "editor.formatOnType": true,
  21. "editor.quickSuggestions": { "strings": true },
  22. "editor.suggest.snippetsPreventQuickSuggestions": false,
  23. "editor.tabSize": 2,
  24. "emmet.triggerExpansionOnTab": true,
  25. "explorer.confirmDelete": false,
  26. "files.autoSave": "onFocusChange",
  27. "files.eol": "\n",
  28. "files.exclude": { "**/.idea": true },
  29. "git.autofetch": true,
  30. "git.confirmSync": false,
  31. "git.enableSmartCommit": true,
  32. "javascript.format.enable": true,
  33. "javascript.format.semicolons": "remove",
  34. "javascript.updateImportsOnFileMove.enabled": "always",
  35. "liveServer.settings.donotShowInfoMsg": true,
  36. "path-intellisense.mappings": { "@": "${workspaceRoot}/src" },
  37. "prettier.htmlWhitespaceSensitivity": "ignore",
  38. "prettier.vueIndentScriptAndStyle": true,
  39. "stylelint.validate": ["vue", "scss"],
  40. "typescript.format.semicolons": "remove",
  41. "typescript.updateImportsOnFileMove.enabled": "always",
  42. "vue.codeActions.savingTimeLimit": 100000,
  43. "workbench.colorTheme": "One Monokai",
  44. "cSpell.words": [
  45. "actived",
  46. "aliyun",
  47. "appinstalled",
  48. "autofix",
  49. "autoresize",
  50. "axios",
  51. "backtop",
  52. "beforeinstallprompt",
  53. "beian",
  54. "bilibili",
  55. "Boxplot",
  56. "brotli",
  57. "btns",
  58. "cascader",
  59. "catched",
  60. "chuzhixin",
  61. "cnpm",
  62. "codepen",
  63. "commafy",
  64. "cropdata",
  65. "cropend",
  66. "croppreview",
  67. "cropvisible",
  68. "ctitle",
  69. "curveness",
  70. "daterange",
  71. "datetime",
  72. "datetimerange",
  73. "douban",
  74. "doubao",
  75. "echarts",
  76. "gantt",
  77. "gitee",
  78. "globle",
  79. "headerbtn",
  80. "imengyu",
  81. "jsencrypt",
  82. "kangc",
  83. "lllustration",
  84. "lllustrations",
  85. "logicflow",
  86. "Mbps",
  87. "messagebox",
  88. "mockjs",
  89. "MSIE",
  90. "nocheck",
  91. "nprogress",
  92. "onwarn",
  93. "openai",
  94. "Openeds",
  95. "opentiny",
  96. "picocolors",
  97. "pinia",
  98. "popconfirm",
  99. "qianwen",
  100. "RBAC",
  101. "remixicon",
  102. "Sankey",
  103. "stylelint",
  104. "sundan",
  105. "taobao",
  106. "textareas",
  107. "Tongyiqianwen",
  108. "treemap",
  109. "typeit",
  110. "unplugin",
  111. "unref",
  112. "unsub",
  113. "vcode",
  114. "vite",
  115. "vitebar",
  116. "vuejs",
  117. "vueuse",
  118. "wangeditor",
  119. "wechat",
  120. "weibo",
  121. "xfyun",
  122. "xgplayer",
  123. "xinghuo",
  124. "yiyan",
  125. "zhangwenjia",
  126. "zlevel",
  127. "zoomer",
  128. "zxwk"
  129. ]
  130. }