mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Fixes #971
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
"title": "PHP Configuration options",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"php.validate.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Whether php validation is enabled or not."
|
||||
},
|
||||
"php.validate.executablePath": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
|
||||
Reference in New Issue
Block a user