Also run when there is a php file in a subdir (#124)

pull/22/merge
Jens Hausdorf 2017-06-06 20:07:07 +02:00 committed by Felix Becker
parent 5a6485a23e
commit 47552f85f9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
},
"activationEvents": [
"onLanguage:php",
"workspaceContains:*.php"
"workspaceContains:**/*.php"
],
"main": "./out/extension",
"scripts": {