settings.json 849 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "editor.codeActionsOnSave": {
  3. "source.fixAll": "explicit",
  4. "source.organizeImports": "explicit",
  5. "source.fixAll.eslint": "explicit",
  6. "source.fixAll.prettier": "explicit"
  7. },
  8. "editor.formatOnSave": true,
  9. "editor.defaultFormatter": "esbenp.prettier-vscode",
  10. "css.customData": [".vscode/tailwind.json"],
  11. "files.exclude": {
  12. "**/*.spec.ts": true
  13. },
  14. "typescript.tsdk": "node_modules\\typescript\\lib",
  15. "cSpell.words": [
  16. "anticon",
  17. "confirmnewpassword",
  18. "fangzheng",
  19. "fangzhengzhongyi",
  20. "maxlength",
  21. "mult",
  22. "newpassword",
  23. "optiona",
  24. "optionb",
  25. "optionc",
  26. "optiond",
  27. "pangmen",
  28. "parentid",
  29. "popconfirm",
  30. "tabset",
  31. "urlparam",
  32. "userid",
  33. "Zheng",
  34. "Zhongyi"
  35. ],
  36. "[xml]": {
  37. "editor.defaultFormatter": "PrateekMahendrakar.prettyxml"
  38. }
  39. }