Skip to content

Commit

Permalink
Remove activeViewlet case for F10
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo committed Jul 13, 2024
1 parent 524fae8 commit c2ad531
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 @@ -576,7 +576,7 @@
{
"command": "extension.php-debug.startWithStopOnEntry",
"key": "F10",
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'php'"
"when": "!inDebugMode && debugConfigurationType == 'php'"
},
{
"command": "extension.php-debug.startWithStopOnEntry",
Expand Down

0 comments on commit c2ad531

Please sign in to comment.