From ad08ed5a5f3b2d33088c8c2640eeaaca60675c73 Mon Sep 17 00:00:00 2001 From: Jens Hausdorf Date: Tue, 6 Jun 2017 19:57:21 +0200 Subject: [PATCH] also run when there is a php file in a subdir --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59b784c..492a0e8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "activationEvents": [ "onLanguage:php", - "workspaceContains:*.php" + "workspaceContains:**/*.php" ], "main": "./out/extension", "scripts": {