support pre-starting
parent
8391de1c19
commit
505e3008f3
|
@ -34,7 +34,8 @@
|
||||||
"url": "https://github.com/felixfbecker/php-language-server/issues"
|
"url": "https://github.com/felixfbecker/php-language-server/issues"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:php"
|
"onLanguage:php",
|
||||||
|
"workspaceContains:*.php"
|
||||||
],
|
],
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue