14 comments (14 comments)20 reactions (20 reactions)1 assignee (1 assignee)TypeScript39,847 forks (39,847 forks)batch import
feature-requesthelp wantedsearch
Repository metrics
- Stars
- 184,936 stars (184,936 stars)
- PR merge metrics
- Avg merge 11h 43m (Avg merge 11h 43m)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
Testing #50498
- In a MR workspace, try to exclude root folder using /folder1/ and search. Results are still shown in folder1.
This happens irrespective of setting search.enableSearchProviders"

Contributor guide
- Research direction
- Investigate the search exclusion logic in VS Code's search provider, focusing on how root folder exclusions are parsed and applied. Look at the code that handles `**/folder1/**` patterns to see why results still appear.
- Tech stack
- typescript
- Domain
- developer experience
- Issue type
- Bug
- Prerequisites
- None