also run when there is a php file in a subdir

pull/124/head
Jens Hausdorf 2017-06-06 19:57:21 +02:00 committed by GitHub
parent 5a6485a23e
commit ad08ed5a5f
1 changed files with 1 additions and 1 deletions

View File

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