Skip to content

Commit

Permalink
fix: fullscreen keybinding conflict with F11 with activeViewlet (#952)
Browse files Browse the repository at this point in the history
* Fix - Fullscreen keybinding conflict with F11 with activeViewlet

* Remove activeViewlet case for F10

---------

Co-authored-by: Damjan Cvetko <[email protected]>
  • Loading branch information
shivapoudel and zobo committed Jul 15, 2024
1 parent 9043033 commit 5e99ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
{
"command": "extension.php-debug.startWithStopOnEntry",
"key": "F11",
"when": "!inDebugMode && debugConfigurationType == 'php'"
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'php'"
}
]
}
Expand Down

0 comments on commit 5e99ab1

Please sign in to comment.