We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f72a33 commit e419cb0Copy full SHA for e419cb0
src/services/code-index/manager.ts
@@ -275,9 +275,6 @@ export class CodeIndexManager {
275
276
// If configuration changes require a restart and the manager is initialized, recreate services and restart
277
if (requiresRestart && isFeatureEnabled && isFeatureConfigured && this.isInitialized) {
278
- // Stop watcher if it exists
279
- this.stopWatcher()
280
-
281
// kilocode_change start: recreate services with new configuration
282
await this._recreateServices()
283
// kilocode_change end
0 commit comments