chore(repo): exclude .repos from editor tooling and use explicit oxc config paths - #6330
Merged
Conversation
Replace --disable-nested-config flag with explicit --config paths in Nx targets (and add them to oxfmt as well). Also add corresponding oxc extension configuration in VSCode settings. That way, `.repos` submodules aren't loaded at all into the VSCode extensions
kanadgupta
marked this pull request as ready for review
August 25, 2026 19:07
Contributor
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@4f83ff609e4db8e449a373d0da5000f61ac84a5aPreview package for commit |
avallete
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
.repos/(the vendoredeffectsource checkout) in file explorer, search, and file watchers so the editor doesn't index or watch the submodule contents.--disable-nested-configflag with explicit--configpaths (.oxlintrc.json,.oxfmtrc.json) in the Nxlint:*/fmt:*targets, and add the same explicit config paths to the oxc VSCode extension settings.Why
.repossubmodules were being picked up by the VSCode extensions and editor indexing. Pointing oxlint/oxfmt at explicit root configs (instead of relying on nested-config discovery) and excluding.reposfrom the editor keeps the vendored repos from being loaded at all.🤖 Generated with Claude Code