mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Simplify ChatModel initialization (#248655)
* Simplify ChatViewPane init slightly * Simplify ChatModel initialization more
This commit is contained in:
@@ -434,8 +434,6 @@ export class InlineChatController1 implements IEditorContribution {
|
||||
return State.CANCEL;
|
||||
}
|
||||
|
||||
await session.chatModel.waitForInitialization();
|
||||
|
||||
// create a new strategy
|
||||
this._strategy = this._instaService.createInstance(LiveStrategy, session, this._editor, this._ui.value, session.headless);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user