Add php.validate.executablePath to restrictedConfigurations

This commit is contained in:
Rob Lourens 2021-04-22 11:49:37 -07:00
parent dfd1b65fce
commit 2f077172cb

View file

@ -21,7 +21,10 @@
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%"
"description": "%workspaceTrust%",
"restrictedConfigurations": [
"php.validate.executablePath"
]
}
},
"contributes": {