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',