settings.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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": { "source.fixAll.stylelint": true, "source.fixAll.eslint": true, "source.organizeImports": true },
  14. "editor.detectIndentation": false,
  15. "editor.formatOnSave": true,
  16. "editor.formatOnType": true,
  17. "editor.quickSuggestions": { "strings": true },
  18. "editor.suggest.snippetsPreventQuickSuggestions": false,
  19. "editor.tabSize": 2,
  20. "emmet.triggerExpansionOnTab": true,
  21. "explorer.confirmDelete": false,
  22. "files.autoSave": "onFocusChange",
  23. "files.eol": "\n",
  24. "files.exclude": { "**/.idea": true },
  25. "git.autofetch": true,
  26. "git.confirmSync": false,
  27. "git.enableSmartCommit": true,
  28. "javascript.format.enable": true,
  29. "javascript.format.semicolons": "remove",
  30. "javascript.updateImportsOnFileMove.enabled": "always",
  31. "liveServer.settings.donotShowInfoMsg": true,
  32. "path-intellisense.mappings": { "@": "${workspaceRoot}/src" },
  33. "prettier.htmlWhitespaceSensitivity": "ignore",
  34. "prettier.vueIndentScriptAndStyle": true,
  35. "stylelint.validate": ["vue", "scss"],
  36. "typescript.format.semicolons": "remove",
  37. "typescript.updateImportsOnFileMove.enabled": "always",
  38. "vue.codeActions.savingTimeLimit": 100000,
  39. "workbench.colorTheme": "One Monokai",
  40. "cSpell.words": [
  41. "aliyun",
  42. "autofix",
  43. "axios",
  44. "backtop",
  45. "beforeinstallprompt",
  46. "cascader",
  47. "catched",
  48. "chuzhixin",
  49. "ctitle",
  50. "datetime",
  51. "echarts",
  52. "gantt",
  53. "gitee",
  54. "globle",
  55. "jsencrypt",
  56. "kangc",
  57. "lllustration",
  58. "logicflow",
  59. "mockjs",
  60. "nprogress",
  61. "openai",
  62. "Openeds",
  63. "picocolors",
  64. "pinia",
  65. "qianwen",
  66. "RBAC",
  67. "remixicon",
  68. "stylelint",
  69. "taobao",
  70. "textareas",
  71. "Tongyiqianwen",
  72. "treemap",
  73. "typeit",
  74. "unplugin",
  75. "unref",
  76. "unsub",
  77. "vite",
  78. "vitebar",
  79. "vuejs",
  80. "vueuse",
  81. "wangeditor",
  82. "xgplayer",
  83. "yiyan",
  84. "zhangwenjia",
  85. "zxwk"
  86. ]
  87. }