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:
Johannes Rieken
2025-02-06 12:22:23 +01:00
committed by GitHub
parent 18191a16c8
commit 330e6bfeb9
12 changed files with 114 additions and 106 deletions

View File

@@ -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;