Skip to content

Commit 5e99ab1

Browse files
shivapoudelzobo
andcommitted
fix: fullscreen keybinding conflict with F11 with activeViewlet (#952)
* Fix - Fullscreen keybinding conflict with F11 with activeViewlet * Remove activeViewlet case for F10 --------- Co-authored-by: Damjan Cvetko <[email protected]>
1 parent 9043033 commit 5e99ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
{
582582
"command": "extension.php-debug.startWithStopOnEntry",
583583
"key": "F11",
584-
"when": "!inDebugMode && debugConfigurationType == 'php'"
584+
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'php'"
585585
}
586586
]
587587
}

0 commit comments

Comments
 (0)