Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Aug 13, 2020
1 parent 337441e commit 81447bd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "better-phpunit",
"displayName": "Better PHPUnit",
"description": "A better PHPUnit test runner",
"version": "1.5.2",
"version": "1.5.3",
"publisher": "calebporzio",
"engines": {
"vscode": "^1.17.0"
Expand Down Expand Up @@ -43,15 +43,18 @@
"keybindings": [
{
"key": "cmd+k cmd+r",
"command": "better-phpunit.run"
"command": "better-phpunit.run",
"when": "editorLangId == php"
},
{
"key": "cmd+k cmd+f",
"command": "better-phpunit.run-file"
"command": "better-phpunit.run-file",
"when": "editorLangId == php"
},
{
"key": "cmd+k cmd+p",
"command": "better-phpunit.run-previous"
"command": "better-phpunit.run-previous",
"when": "editorLangId == php"
}
],
"configuration": {
Expand Down

0 comments on commit 81447bd

Please sign in to comment.