Skip to content

Commit

Permalink
chore(testing): update default shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Dec 25, 2023
1 parent 3467a9c commit 2b95c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,17 @@
],
"keybindings": [
{
"key": "f6",
"key": "cmd+t cmd+c",
"command": "hybridly.php.run-current-test",
"when": "editorLangId == php"
},
{
"key": "f7",
"key": "cmd+t cmd+f",
"command": "hybridly.php.run-current-test-file",
"when": "editorLangId == php"
},
{
"key": "f8",
"key": "cmd+t cmd+a",
"command": "hybridly.php.run-tests",
"when": "editorLangId == php"
},
Expand Down

0 comments on commit 2b95c36

Please sign in to comment.