Support workspaceContains activationEvent (#123)

pull/124/head
Jens Hausdorf 2017-05-29 17:34:48 +02:00 committed by Felix Becker
parent 8391de1c19
commit db9565ea82
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@
"url": "https://github.com/felixfbecker/php-language-server/issues"
},
"activationEvents": [
"onLanguage:php"
"onLanguage:php",
"workspaceContains:*.php"
],
"main": "./out/extension",
"scripts": {