Use IdeClient directly instead of config.ideClient (#7627)

This commit is contained in:
Tommaso Sciortino
2025-09-04 09:32:09 -07:00
committed by GitHub
parent 45d494a8d8
commit cb43bb9ca4
24 changed files with 288 additions and 217 deletions

View File

@@ -64,7 +64,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
editorCommand,
extensionsCommand,
helpCommand,
ideCommand(this.config),
await ideCommand(),
initCommand,
mcpCommand,
memoryCommand,