mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
@@ -859,7 +859,7 @@ export class InlineChatController1 implements IEditorContribution {
|
||||
} else {
|
||||
// real response -> no message
|
||||
this._ui.value.widget.updateStatus('');
|
||||
alert('Response was empty');
|
||||
alert(localize('responseWasEmpty', "Response was empty"));
|
||||
}
|
||||
|
||||
const position = await this._strategy.renderChanges();
|
||||
|
||||
Reference in New Issue
Block a user