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:
hannesrudolph 2025-07-02 16:18:20 -06:00
parent a928e2b9d1
commit 41d2b0f7ce

View file

@ -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/**"
],