Skip to content

Commit

Permalink
Support workspaceContains activationEvent (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jens1o authored and felixfbecker committed May 29, 2017
1 parent 8391de1 commit db9565e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"url": "https://github.com/felixfbecker/php-language-server/issues"
},
"activationEvents": [
"onLanguage:php"
"onLanguage:php",
"workspaceContains:*.php"
],
"main": "./out/extension",
"scripts": {
Expand Down

0 comments on commit db9565e

Please sign in to comment.