diff --git a/package.json b/package.json index 9f9a502..6ba07ea 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "url": "https://github.com/felixfbecker/php-language-server/issues" }, "activationEvents": [ - "onLanguage:php" + "onLanguage:php", + "workspaceContains:*.php" ], "main": "./out/extension", "scripts": {