File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ This config might be in conflict with "Easy List Navigation" below.
2424 {
2525 "key" : " ctrl+j" ,
2626 "command" : " workbench.action.navigateDown" ,
27- "when" : " !inQuickOpen && !suggestWidgetVisible && !parameterHintsVisible"
27+ "when" : " !codeActionMenuVisible && ! inQuickOpen && !suggestWidgetVisible && !parameterHintsVisible"
2828 },
2929 {
3030 "key" : " ctrl+k" ,
3131 "command" : " workbench.action.navigateUp" ,
32- "when" : " !inQuickOpen && !suggestWidgetVisible && !parameterHintsVisible"
32+ "when" : " !codeActionMenuVisible && ! inQuickOpen && !suggestWidgetVisible && !parameterHintsVisible"
3333 },
3434 {
3535 "key" : " ctrl+l" ,
3636 "command" : " workbench.action.navigateRight" ,
37- "when" : " !inQuickOpen && !suggestWidgetVisible && !parameterHintsVisible && !isInDiffEditor"
37+ "when" : " !codeActionMenuVisible && ! inQuickOpen && !suggestWidgetVisible && !parameterHintsVisible && !isInDiffEditor"
3838 },
3939 // Quick Navigation for diff view
4040 {
You can’t perform that action at this time.
0 commit comments