support pre-starting

pull/123/head
Jens Hausdorf 2017-05-29 17:29:07 +02:00 committed by GitHub
parent 8391de1c19
commit 505e3008f3
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": {