From 41d2b0f7ce4024ea6aaec0f1b40cc971603e3086 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Wed, 2 Jul 2025 16:18:20 -0600 Subject: [PATCH] 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 --- knip.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knip.json b/knip.json index 8a548cfcd3..3e04b9c6da 100644 --- a/knip.json +++ b/knip.json @@ -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/**" ],