Skip to content

Expose "View Previous Edits" command in command palette and accessibility help #257355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix TypeScript compilation error in ViewPreviousEditsAction
Co-authored-by: meganrogge <[email protected]>
  • Loading branch information
Copilot and meganrogge committed Jul 23, 2025
commit 241741ec57dffb9bfb22089713b74e41beee3d92
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ export class ViewPreviousEditsAction extends EditingSessionAction {
constructor() {
super({
id: ViewPreviousEditsAction.Id,
title: ViewPreviousEditsAction.Label,
title: localize2('chatEditing.viewPreviousEdits', 'View Previous Edits'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

tooltip: ViewPreviousEditsAction.Label,
f1: true,
icon: Codicon.diffMultiple,
Expand Down
Loading