We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b11b58 commit 462ca8eCopy full SHA for 462ca8e
src/services/glob/list-files.ts
@@ -130,7 +130,7 @@ function buildNonRecursiveArgs(): string[] {
130
args.push("-g", "*")
131
args.push("--maxdepth", "1") // ripgrep uses maxdepth, not max-depth
132
133
- // Respect .gitignore in non-recursive mode too (fixes the issue)
+ // Respect .gitignore in non-recursive mode too
134
// (ripgrep respects .gitignore by default)
135
136
// Apply directory exclusions for non-recursive searches
0 commit comments