Update src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts

Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
Megan Rogge
2023-09-20 08:37:45 -07:00
committed by meganrogge
parent acb9372029
commit 3447de2630

View File

@@ -29,7 +29,7 @@ registerEditorContribution(ID, CommentController, EditorContributionInstantiatio
export const enum CommentCommandId { export const enum CommentCommandId {
Add = 'editor.action.addComment', Add = 'editor.action.addComment',
NextThread = 'workbench.action.nextCommentThreadAction', NextThread = 'editor.action.nextCommentThreadAction',
PreviousThread = 'workbench.action.previousCommentThreadAction', PreviousThread = 'workbench.action.previousCommentThreadAction',
NextRange = 'editor.action.nextCommentingRange', NextRange = 'editor.action.nextCommentingRange',
PreviousRange = 'editor.action.previousCommentingRange', PreviousRange = 'editor.action.previousCommentingRange',