Skip to content

enable file nesting in explorer with custom patterns#886

Open
dozro wants to merge 1 commit into
devfrom
developer-quality-of-life
Open

enable file nesting in explorer with custom patterns#886
dozro wants to merge 1 commit into
devfrom
developer-quality-of-life

Conversation

@dozro
Copy link
Copy Markdown
Member

@dozro dozro commented May 20, 2026

Description

enable file nesting, small quality of life improvement for devs

"explorer.fileNesting.patterns": {
    "package.json": "pnpm-*.yaml, yarn.lock, package-lock.json, .npmrc, .nvmrc, .node-version",
    "tsconfig.json": "tsconfig.*.json",
    "Dockerfile": ".dockerignore",
    ".env": ".env.*",
    "flake.nix": "flake.lock",
    ".gitattributes": ".gitignore"
}

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

No AI was used

@dozro dozro requested review from 7w1 and hazre as code owners May 20, 2026 15:12
@dozro dozro added the internal label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant