mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fixes #19624: Adopt "php.validate.executablePath" handling to new TS behavior
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
"php.validate.executablePath": {
|
||||
"type": ["string", "null"],
|
||||
"default": null,
|
||||
"description": "%configuration.validate.executablePath%",
|
||||
"isExecutable": true
|
||||
"description": "%configuration.validate.executablePath%"
|
||||
},
|
||||
"php.validate.run": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user