settings.json 432 B

1234567891011121314151617181920
  1. {
  2. "editor.fontSize": 22,
  3. "files.exclude": {
  4. "**/node_modules": false
  5. },
  6. "editor.formatOnSave": true,
  7. "editor.formatOnType": true,
  8. "git.autofetch": true,
  9. "workbench.iconTheme": "vscode-icons",
  10. "files.associations": {
  11. "*.cjson": "jsonc",
  12. "*.wxss": "css",
  13. "*.wxs": "javascript",
  14. "*.wxml": "html"
  15. },
  16. "emmet.includeLanguages": {
  17. "wxml": "html"
  18. },
  19. "minapp-vscode.disableAutoConfig": true
  20. }