Also run when there is a php file in a subdir (#124)
parent
5a6485a23e
commit
47552f85f9
|
@ -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