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.

38 lines
1.1 KiB

  1. {
  2. "editor.formatOnType": true,
  3. "editor.formatOnSave": true,
  4. "[vue]": {
  5. "editor.defaultFormatter": "esbenp.prettier-vscode"
  6. },
  7. "editor.tabSize": 2,
  8. "editor.formatOnPaste": true,
  9. "files.autoSave": "afterDelay",
  10. "git.confirmSync": false,
  11. "workbench.startupEditor": "newUntitledFile",
  12. "editor.suggestSelection": "first",
  13. "editor.acceptSuggestionOnCommitCharacter": false,
  14. "css.lint.propertyIgnoredDueToDisplay": "ignore",
  15. "editor.quickSuggestions": {
  16. "other": true,
  17. "comments": true,
  18. "strings": true
  19. },
  20. "files.associations": {
  21. "editor.snippetSuggestions": "top"
  22. },
  23. "[css]": {
  24. "editor.defaultFormatter": "esbenp.prettier-vscode"
  25. },
  26. "editor.codeActionsOnSave": {
  27. "source.fixAll.eslint": true
  28. },
  29. "i18n-ally.localesPaths": "locales",
  30. "i18n-ally.keystyle": "nested",
  31. "i18n-ally.sortKeys": true,
  32. "i18n-ally.namespace": true,
  33. "i18n-ally.enabledParsers": ["yaml", "js"],
  34. "i18n-ally.sourceLanguage": "en",
  35. "i18n-ally.displayLanguage": "zh-CN",
  36. "i18n-ally.enabledFrameworks": ["vue"],
  37. "iconify.excludes": ["el"]
  38. }