Q3学习计划
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.

13 lines
352 B

3 years ago
  1. {
  2. //
  3. "editor.formatOnSave": true,
  4. //
  5. "[json]": {
  6. "editor.defaultFormatter": "esbenp.prettier-vscode"
  7. },
  8. //
  9. "files.associations": {
  10. "pages.json": "jsonc", // pages.json
  11. "manifest.json": "jsonc" // manifest.json
  12. }
  13. }