储能智慧云平台web端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

settings.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "editor.formatOnSave": true,
  3. "editor.codeActionsOnSave": {
  4. "source.fixAll.stylelint": "explicit"
  5. },
  6. "stylelint.enable": true,
  7. "stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass", "html"],
  8. "files.eol": "\n",
  9. "typescript.tsdk": "node_modules/typescript/lib",
  10. "[vue]": {
  11. "editor.defaultFormatter": "esbenp.prettier-vscode"
  12. },
  13. "[typescript]": {
  14. "editor.defaultFormatter": "esbenp.prettier-vscode"
  15. },
  16. "[json]": {
  17. "editor.defaultFormatter": "esbenp.prettier-vscode"
  18. },
  19. "[jsonc]": {
  20. "editor.defaultFormatter": "esbenp.prettier-vscode"
  21. },
  22. "[javascript]": {
  23. "editor.defaultFormatter": "esbenp.prettier-vscode"
  24. },
  25. "[typescriptreact]": {
  26. "editor.defaultFormatter": "esbenp.prettier-vscode"
  27. },
  28. "[scss]": {
  29. "editor.defaultFormatter": "esbenp.prettier-vscode"
  30. },
  31. "[html]": {
  32. "editor.defaultFormatter": "esbenp.prettier-vscode"
  33. },
  34. "[markdown]": {
  35. "editor.defaultFormatter": "esbenp.prettier-vscode"
  36. },
  37. "[less]": {
  38. "editor.defaultFormatter": "esbenp.prettier-vscode"
  39. },
  40. "cSpell.words": [
  41. "AMAP",
  42. "apng",
  43. "axios",
  44. "baroptionchart",
  45. "baroptionincome",
  46. "Biao",
  47. "brotli",
  48. "cascader",
  49. "commitlint",
  50. "contentleft",
  51. "contentright",
  52. "CSDN",
  53. "ctitle",
  54. "daterange",
  55. "datetimerange",
  56. "dischargetimedayslist",
  57. "echarts",
  58. "electricitylist",
  59. "fangda",
  60. "geeker",
  61. "getelectricitylist",
  62. "gethomesite",
  63. "Gitee",
  64. "hexs",
  65. "iconfont",
  66. "imonth",
  67. "incomeforms",
  68. "incomeformsindex",
  69. "informationtype",
  70. "insertschedule",
  71. "juejin",
  72. "keywordcategory",
  73. "liquidfill",
  74. "longpress",
  75. "mockjs",
  76. "monthrange",
  77. "nprogress",
  78. "officedocument",
  79. "openxmlformats",
  80. "operatingcurve",
  81. "Pageable",
  82. "periodoftime",
  83. "persistedstate",
  84. "phonenumber",
  85. "pinia",
  86. "pjpeg",
  87. "poststationstation",
  88. "Prefixs",
  89. "reportforms",
  90. "reportpowerday",
  91. "screenfull",
  92. "selectaccount",
  93. "Singlevalue",
  94. "sortablejs",
  95. "sousuo",
  96. "spreadsheetml",
  97. "Stateuser",
  98. "stationmanage",
  99. "stationstation",
  100. "styl",
  101. "stylelint",
  102. "stylelintignore",
  103. "stylelintrc",
  104. "suoxiao",
  105. "systemdevice",
  106. "timevalue",
  107. "tmpl",
  108. "tmpldata",
  109. "tmplpagedata",
  110. "tricitylist",
  111. "truetype",
  112. "tuichu",
  113. "unplugin",
  114. "unref",
  115. "VITE",
  116. "vuedraggable",
  117. "vueuse",
  118. "Vuex",
  119. "wangeditor",
  120. "xiala",
  121. "xiaoxi",
  122. "Yahei",
  123. "yearrange",
  124. "yiwen",
  125. "zhongyingwen",
  126. "zhuti"
  127. ],
  128. "i18n-ally.localesPaths": ["src/languages"],
  129. "i18n-ally.extract.ignoredByFiles": {
  130. "src\\views\\monitor\\index.vue": ["末次数据时间:{{ pcslist.ts }}"],
  131. "src\\views\\department\\addition.vue": ["女"]
  132. },
  133. "i18n-ally.extract.ignored": ["设备状态"],
  134. "vue3snippets.enable-compile-vue-file-on-did-save-code": false
  135. }