mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: add orchestrator and search-service to knip ignore list
These files are now only used within the worker thread and should not be flagged as unused by knip
This commit is contained in:
parent
a928e2b9d1
commit
41d2b0f7ce
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
"src/activate/**",
|
||||
"src/workers/countTokens.ts",
|
||||
"src/workers/indexing-worker.ts",
|
||||
"src/services/code-index/orchestrator.ts",
|
||||
"src/services/code-index/search-service.ts",
|
||||
"src/extension.ts",
|
||||
"scripts/**"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue