settings.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "typescript.tsdk": "./node_modules/typescript/lib",
  3. "volar.tsPlugin": true,
  4. "volar.tsPluginStatus": false,
  5. "npm.packageManager": "pnpm",
  6. "editor.tabSize": 2,
  7. "editor.defaultFormatter": "esbenp.prettier-vscode",
  8. "files.eol": "\n",
  9. "search.exclude": {
  10. "**/node_modules": true,
  11. "**/*.log": true,
  12. "**/*.log*": true,
  13. "**/bower_components": true,
  14. "**/dist": true,
  15. "**/elehukouben": true,
  16. "**/.git": true,
  17. "**/.gitignore": true,
  18. "**/.svn": true,
  19. "**/.DS_Store": true,
  20. "**/.idea": true,
  21. "**/.vscode": false,
  22. "**/yarn.lock": true,
  23. "**/tmp": true,
  24. "out": true,
  25. "dist": true,
  26. "node_modules": true,
  27. "CHANGELOG.md": true,
  28. "examples": true,
  29. "res": true,
  30. "screenshots": true,
  31. "yarn-error.log": true,
  32. "**/.yarn": true
  33. },
  34. "files.exclude": {
  35. "**/.cache": true,
  36. "**/.editorconfig": true,
  37. "**/.eslintcache": true,
  38. "**/bower_components": true,
  39. "**/.idea": true,
  40. "**/tmp": true,
  41. "**/.git": true,
  42. "**/.svn": true,
  43. "**/.hg": true,
  44. "**/CVS": true,
  45. "**/.DS_Store": true
  46. },
  47. "files.watcherExclude": {
  48. "**/.git/objects/**": true,
  49. "**/.git/subtree-cache/**": true,
  50. "**/.vscode/**": true,
  51. "**/node_modules/**": true,
  52. "**/tmp/**": true,
  53. "**/bower_components/**": true,
  54. "**/dist/**": true,
  55. "**/yarn.lock": true
  56. },
  57. "stylelint.enable": true,
  58. "stylelint.validate": [
  59. "css",
  60. "less",
  61. "postcss",
  62. "scss",
  63. "vue",
  64. "sass"
  65. ],
  66. "path-intellisense.mappings": {
  67. "@/": "${workspaceRoot}/src"
  68. },
  69. "[javascriptreact]": {
  70. "editor.defaultFormatter": "esbenp.prettier-vscode"
  71. },
  72. "[typescript]": {
  73. "editor.defaultFormatter": "esbenp.prettier-vscode"
  74. },
  75. "[typescriptreact]": {
  76. "editor.defaultFormatter": "esbenp.prettier-vscode"
  77. },
  78. "[html]": {
  79. "editor.defaultFormatter": "esbenp.prettier-vscode"
  80. },
  81. "[css]": {
  82. "editor.defaultFormatter": "esbenp.prettier-vscode"
  83. },
  84. "[less]": {
  85. "editor.defaultFormatter": "esbenp.prettier-vscode"
  86. },
  87. "[scss]": {
  88. "editor.defaultFormatter": "esbenp.prettier-vscode"
  89. },
  90. "[markdown]": {
  91. "editor.defaultFormatter": "esbenp.prettier-vscode"
  92. },
  93. "editor.codeActionsOnSave": {
  94. "source.fixAll.eslint": "explicit",
  95. "source.fixAll.stylelint": "explicit"
  96. },
  97. "[vue]": {
  98. "editor.codeActionsOnSave": {
  99. "source.fixAll.eslint": "explicit",
  100. "source.fixAll.stylelint": "explicit"
  101. },
  102. "editor.defaultFormatter": "esbenp.prettier-vscode"
  103. },
  104. "i18n-ally.localesPaths": [
  105. "src/locales/lang"
  106. ],
  107. "i18n-ally.keystyle": "nested",
  108. "i18n-ally.sortKeys": true,
  109. "i18n-ally.namespace": true,
  110. "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
  111. "i18n-ally.enabledParsers": [
  112. "json",
  113. "ts",
  114. "js"
  115. ],
  116. "i18n-ally.sourceLanguage": "en",
  117. "i18n-ally.displayLanguage": "zh-CN",
  118. "i18n-ally.enabledFrameworks": [
  119. "vue",
  120. "react"
  121. ],
  122. "cSpell.words": [
  123. "antd",
  124. "antv",
  125. "brotli",
  126. "browserslist",
  127. "codemirror",
  128. "commitlint",
  129. "cropperjs",
  130. "echarts",
  131. "esnext",
  132. "esno",
  133. "iconify",
  134. "INTLIFY",
  135. "lintstagedrc",
  136. "logicflow",
  137. "mockjs",
  138. "nprogress",
  139. "pinia",
  140. "pnpm",
  141. "qrcode",
  142. "sider",
  143. "sortablejs",
  144. "stylelint",
  145. "tailwindcss",
  146. "tinymce",
  147. "unocss",
  148. "unref",
  149. "vben",
  150. "vditor",
  151. "Vite",
  152. "vitejs",
  153. "vueuse",
  154. "zxcvbn"
  155. ],
  156. "vetur.format.scriptInitialIndent": true,
  157. "vetur.format.styleInitialIndent": true,
  158. "vetur.validation.script": false,
  159. "MicroPython.executeButton": [
  160. {
  161. "text": "▶",
  162. "tooltip": "运行",
  163. "alignment": "left",
  164. "command": "extension.executeFile",
  165. "priority": 3.5
  166. }
  167. ],
  168. "MicroPython.syncButton": [
  169. {
  170. "text": "$(sync)",
  171. "tooltip": "同步",
  172. "alignment": "left",
  173. "command": "extension.execute",
  174. "priority": 4
  175. }
  176. ],
  177. // 控制相关文件嵌套展示
  178. "explorer.fileNesting.enabled": true,
  179. "explorer.fileNesting.expand": false,
  180. "explorer.fileNesting.patterns": {
  181. "*.ts": "$(capture).test.ts, $(capture).test.tsx",
  182. "*.tsx": "$(capture).test.ts, $(capture).test.tsx",
  183. "*.env": "$(capture).env.*",
  184. "CHANGELOG.md": "CHANGELOG*",
  185. "package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,README*,.npmrc,.browserslistrc",
  186. ".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*"
  187. },
  188. "terminal.integrated.scrollback": 10000,
  189. "nuxt.isNuxtApp": false,
  190. "vscodeCustomCodeColor.highlightValue": "v-auth",
  191. "vscodeCustomCodeColor.highlightValueColor": "#6366f1",
  192. }