Fixes #19624: Adopt "php.validate.executablePath" handling to new TS behavior

This commit is contained in:
Dirk Baeumer
2017-01-31 11:23:52 +01:00
parent 72a0322775
commit 54b410174f
3 changed files with 71 additions and 207 deletions

View File

@@ -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",