mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Update src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts
Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user