Skip to content

Commit 62755fc

Browse files
authored
Navigating to previous comment thread with shift+alt+f9 does not work on Linux (microsoft#194283)
Fixes microsoft#194182
1 parent e2ea114 commit 62755fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
4343
controller.nextCommentThread();
4444
},
4545
weight: KeybindingWeight.EditorContrib,
46-
when: EditorContextKeys.focus,
4746
primary: KeyMod.Alt | KeyCode.F9,
4847
});
4948

@@ -62,7 +61,6 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
6261
controller.previousCommentThread();
6362
},
6463
weight: KeybindingWeight.EditorContrib,
65-
when: EditorContextKeys.focus,
6664
primary: KeyMod.Shift | KeyMod.Alt | KeyCode.F9
6765
});
6866

0 commit comments

Comments
 (0)