mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
Merge pull request #186503 from microsoft/merogge/diff-proposed
improve description for inline chat diff help
This commit is contained in:
commit
12d96e8456
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ export class InlineChatController implements IEditorContribution {
|
||||||
if (!canContinue) {
|
if (!canContinue) {
|
||||||
return State.ACCEPT;
|
return State.ACCEPT;
|
||||||
}
|
}
|
||||||
status = localize('editResponseMessage', "Navigate to the diff editor to review proposed changes.");
|
status = localize('editResponseMessage', "Use tab to navigate to the diff editor and review proposed changes.");
|
||||||
await this._strategy.renderChanges(response);
|
await this._strategy.renderChanges(response);
|
||||||
}
|
}
|
||||||
this._chatAccessibilityService.acceptResponse(status);
|
this._chatAccessibilityService.acceptResponse(status);
|
||||||
|
|
Loading…
Reference in a new issue