提交学习笔记专用
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.

8 lines
365 B

  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*, .oxlint*, oxlint*, .prettier*, prettier*, .editorconfig"
  7. }
  8. }