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:
@@ -31,8 +31,8 @@ export const enum CommentCommandId {
|
||||
Add = 'editor.action.addComment',
|
||||
NextThread = 'workbench.action.nextCommentThreadAction',
|
||||
PreviousThread = 'workbench.action.previousCommentThreadAction',
|
||||
NextRange = 'workbench.action.nextCommentRange',
|
||||
PreviousRange = 'workbench.action.previousCommentRange',
|
||||
NextRange = 'editor.action.nextCommentingRange',
|
||||
PreviousRange = 'editor.action.previousCommentingRange',
|
||||
ToggleCommenting = 'workbench.action.toggleCommenting',
|
||||
Submit = 'editor.action.submitComment',
|
||||
Hide = 'workbench.action.hideComment',
|
||||
|
||||
Reference in New Issue
Block a user