您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678
  1. {
  2. "editor.defaultFormatter": "esbenp.prettier-vscode",
  3. "editor.formatOnSave": true,
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll": true,
  6. "source.organizeImports": true
  7. }
  8. }