Environment
- OS: Windows 11
- Eclipse Version: 2026-03
- Plugin Version: 0.16
Describe the bug
When Copilot is trying to search using the built in ripgrep tool in a larger-than-micro sized workspace (>= 20 projects, eg Maven or Gradle submodules) the tool fails with error messages related to task queue size exceeded:
[Error] [ripgrepProcessManager] Task queue limit reached: 20
To Reproduce
Steps to reproduce the behavior:
- Open a workspace with at least 20 projects open
- Assign a task to Copilot in Agent mode (task should require Copilot to search files)
- Search files task fails and Copilot failovers to using findstr in command line, requiring user approval continuously.
This pretty much forces you to constantly babysit Copilot and click Approve on the approval requests for using findstr
Expected behavior
Built in search tool should work even in workspaces with >= 20 projects
I understand the 20 queue limit is hard coded somewhere and it may be difficult to have it being adjustable. But it would be very much appreciated if at least the hard coded limit could be raised to something like 100 or 200.
Environment
Describe the bug
When Copilot is trying to search using the built in ripgrep tool in a larger-than-micro sized workspace (>= 20 projects, eg Maven or Gradle submodules) the tool fails with error messages related to task queue size exceeded:
[Error] [ripgrepProcessManager] Task queue limit reached: 20
To Reproduce
Steps to reproduce the behavior:
This pretty much forces you to constantly babysit Copilot and click Approve on the approval requests for using findstr
Expected behavior
Built in search tool should work even in workspaces with >= 20 projects
I understand the 20 queue limit is hard coded somewhere and it may be difficult to have it being adjustable. But it would be very much appreciated if at least the hard coded limit could be raised to something like 100 or 200.