Skip to content

Commit

Permalink
set expandDirectories: false
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 30, 2024
1 parent fdc2b5e commit 66798cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cspell/src/app/util/glob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export async function globP(pattern: string | string[], options?: GlobOptions):
ignore,
absolute: true,
followSymbolicLinks: false,
expandDirectories: false,
});

const compare = new Intl.Collator('en').compare;
Expand Down

0 comments on commit 66798cd

Please sign in to comment.