We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ea114 commit 62755fcCopy full SHA for 62755fc
src/vs/workbench/contrib/comments/browser/commentsEditorContribution.ts
@@ -43,7 +43,6 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
43
controller.nextCommentThread();
44
},
45
weight: KeybindingWeight.EditorContrib,
46
- when: EditorContextKeys.focus,
47
primary: KeyMod.Alt | KeyCode.F9,
48
});
49
@@ -62,7 +61,6 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
62
61
controller.previousCommentThread();
63
64
65
66
primary: KeyMod.Shift | KeyMod.Alt | KeyCode.F9
67
68
0 commit comments