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:
@@ -30,7 +30,7 @@ export class InlineChatAccessibleView implements IAccessibleViewImplementation {
|
||||
if (!controller) {
|
||||
return;
|
||||
}
|
||||
const responseContent = controller?.getMessage();
|
||||
const responseContent = controller.widget.responseContent;
|
||||
if (!responseContent) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user