also run when there is a php file in a subdir
parent
5a6485a23e
commit
ad08ed5a5f
|
@ -35,7 +35,7 @@
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:php",
|
"onLanguage:php",
|
||||||
"workspaceContains:*.php"
|
"workspaceContains:**/*.php"
|
||||||
],
|
],
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue