From acb9372029b3a09aba9b633d6fc54f1be62c0097 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Wed, 20 Sep 2023 08:37:37 -0700 Subject: [PATCH] Update src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts Co-authored-by: Alex Ross --- .../contrib/comments/browser/commentsEditorContribution.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts b/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts index b883750ade2..3fe033daee5 100644 --- a/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts +++ b/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts @@ -31,8 +31,8 @@ export const enum CommentCommandId { Add = 'editor.action.addComment', NextThread = 'workbench.action.nextCommentThreadAction', PreviousThread = 'workbench.action.previousCommentThreadAction', - NextRange = 'workbench.action.nextCommentRange', - PreviousRange = 'workbench.action.previousCommentRange', + NextRange = 'editor.action.nextCommentingRange', + PreviousRange = 'editor.action.previousCommentingRange', ToggleCommenting = 'workbench.action.toggleCommenting', Submit = 'editor.action.submitComment', Hide = 'workbench.action.hideComment',