mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
more inline chat controller alignment (#239785)
* remove `InlineChatController#onWillStartSession` * more inline chat controller alignment * more inline chat controller alignment * fix compile errors
This commit is contained in:
@@ -89,7 +89,7 @@ export class InlineChatNotebookContribution {
|
||||
// cancel all sibling sessions
|
||||
for (const editor of editors) {
|
||||
if (editor !== newSessionEditor) {
|
||||
InlineChatController.get(editor)?.finishExistingSession();
|
||||
InlineChatController.get(editor)?.acceptSession();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user