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 f93e2d7 commit 1658f58Copy full SHA for 1658f58
src/services/code-index/manager.ts
@@ -101,9 +101,8 @@ export class CodeIndexManager {
101
// 1. ConfigManager Initialization and Configuration Loading
102
if (!this._configManager) {
103
this._configManager = new CodeIndexConfigManager(contextProxy)
104
- // For first initialization, load configuration to set up initial state
105
- await this._configManager.loadConfiguration()
106
}
+ // Load configuration once to get current state and restart requirements
107
const { requiresRestart } = await this._configManager.loadConfiguration()
108
109
// 2. Check if feature is enabled
0 commit comments