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