From ccdb6a802b1c9ec4d6e2de80eb6d043ec4562809 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Wed, 20 Sep 2023 08:37:56 -0700 Subject: [PATCH] Update src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts Co-authored-by: Alex Ross --- .../contrib/comments/browser/commentsEditorContribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts b/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts index e9cd30f2037..bc117fb57e3 100644 --- a/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts +++ b/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts @@ -28,7 +28,7 @@ import { accessibilityHelpIsShown, accessibleViewCurrentProviderId, AccessibleVi registerEditorContribution(ID, CommentController, EditorContributionInstantiation.AfterFirstRender); export const enum CommentCommandId { - Add = 'editor.action.addComment', + Add = 'workbench.action.addComment', NextThread = 'editor.action.nextCommentThreadAction', PreviousThread = 'workbench.action.previousCommentThreadAction', NextRange = 'editor.action.nextCommentingRange',