diff --git a/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts b/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts index 3fe033daee5..e9cd30f2037 100644 --- a/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts +++ b/src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts @@ -29,7 +29,7 @@ registerEditorContribution(ID, CommentController, EditorContributionInstantiatio export const enum CommentCommandId { Add = 'editor.action.addComment', - NextThread = 'workbench.action.nextCommentThreadAction', + NextThread = 'editor.action.nextCommentThreadAction', PreviousThread = 'workbench.action.previousCommentThreadAction', NextRange = 'editor.action.nextCommentingRange', PreviousRange = 'editor.action.previousCommentingRange',