Merge pull request #186503 from microsoft/merogge/diff-proposed

improve description for inline chat diff help
This commit is contained in:
Megan Rogge 2023-06-28 07:01:29 -07:00 committed by GitHub
commit 12d96e8456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -616,7 +616,7 @@ export class InlineChatController implements IEditorContribution {
if (!canContinue) {
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);
}
this._chatAccessibilityService.acceptResponse(status);