mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
render rerun message for detected commands with actions (#234747)
https://github.com/microsoft/vscode-copilot/issues/10751 fyi @joyceerhl this fixes an issue where detected commands weren't advertised as such
This commit is contained in:
@@ -106,7 +106,7 @@ export class InlineChatZoneWidget extends ZoneWidget {
|
||||
revealFn ??= this._createZoneAndScrollRestoreFn(this.position);
|
||||
const height = this._computeHeight();
|
||||
this._relayout(height.linesValue);
|
||||
revealFn();
|
||||
revealFn?.();
|
||||
revealFn = undefined;
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user