储能智慧云平台web端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. "informationtype",
  69. "insertschedule",
  70. "juejin",
  71. "liquidfill",
  72. "longpress",
  73. "mockjs",
  74. "monthrange",
  75. "nprogress",
  76. "officedocument",
  77. "openxmlformats",
  78. "operatingcurve",
  79. "Pageable",
  80. "persistedstate",
  81. "phonenumber",
  82. "pinia",
  83. "pjpeg",
  84. "Prefixs",
  85. "reportforms",
  86. "reportpowerday",
  87. "screenfull",
  88. "selectaccount",
  89. "Singlevalue",
  90. "sortablejs",
  91. "sousuo",
  92. "spreadsheetml",
  93. "stationmanage",
  94. "stationstation",
  95. "styl",
  96. "stylelint",
  97. "stylelintignore",
  98. "stylelintrc",
  99. "suoxiao",
  100. "systemdevice",
  101. "timevalue",
  102. "tmpl",
  103. "tmpldata",
  104. "tmplpagedata",
  105. "tricitylist",
  106. "truetype",
  107. "tuichu",
  108. "unplugin",
  109. "unref",
  110. "VITE",
  111. "vuedraggable",
  112. "vueuse",
  113. "Vuex",
  114. "wangeditor",
  115. "xiala",
  116. "xiaoxi",
  117. "Yahei",
  118. "yearrange",
  119. "yiwen",
  120. "zhongyingwen",
  121. "zhuti"
  122. ],
  123. "i18n-ally.localesPaths": ["src/languages"],
  124. "i18n-ally.extract.ignoredByFiles": {
  125. "src\\views\\monitor\\index.vue": ["末次数据时间:{{ pcslist.ts }}"],
  126. "src\\views\\department\\addition.vue": ["女"]
  127. },
  128. "i18n-ally.extract.ignored": ["设备状态"],
  129. "vue3snippets.enable-compile-vue-file-on-did-save-code": false
  130. }