Skip to content

Commit 08a4735

Browse files
authored
Do now show editor run command if in diff mode. (#674)
[skip ci]
1 parent 6073b57 commit 08a4735

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
@@ -433,7 +433,7 @@
433433
"editor/title/run": [
434434
{
435435
"command": "php.debug.debugPhpFile",
436-
"when": "resourceLangId == php"
436+
"when": "resourceLangId == php && !inDiffEditor"
437437
}
438438
]
439439
},

0 commit comments

Comments
 (0)