mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Add php.validate.executablePath to restrictedConfigurations
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
"virtualWorkspaces": false,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": "limited",
|
||||
"description": "%workspaceTrust%"
|
||||
"description": "%workspaceTrust%",
|
||||
"restrictedConfigurations": [
|
||||
"php.validate.executablePath"
|
||||
]
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
|
||||
Reference in New Issue
Block a user