settings.json 415 B

1234567891011
  1. {
  2. "explorer.fileNesting.enabled": true,
  3. "explorer.fileNesting.patterns": {
  4. "tsconfig.json": "tsconfig.*.json, env.d.ts",
  5. "vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
  6. "package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig"
  7. },
  8. "editor.codeActionsOnSave": {
  9. "source.fixAll": "explicit"
  10. }
  11. }