From 2f077172cb0fcbd06f5820b0a5125215e8d38435 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Thu, 22 Apr 2021 11:49:37 -0700 Subject: [PATCH] Add `php.validate.executablePath` to restrictedConfigurations --- extensions/php-language-features/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extensions/php-language-features/package.json b/extensions/php-language-features/package.json index 1559eca758f..3763949d647 100644 --- a/extensions/php-language-features/package.json +++ b/extensions/php-language-features/package.json @@ -21,7 +21,10 @@ "virtualWorkspaces": false, "untrustedWorkspaces": { "supported": "limited", - "description": "%workspaceTrust%" + "description": "%workspaceTrust%", + "restrictedConfigurations": [ + "php.validate.executablePath" + ] } }, "contributes": {