mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
9 lines
No EOL
558 B
JSON
9 lines
No EOL
558 B
JSON
{
|
|
"configuration.suggest.basic": "Configures if the built-in PHP language suggestions are enabled. The support suggests PHP globals and variables.",
|
|
"configuration.validate.enable": "Enable/disable built-in PHP validation.",
|
|
"configuration.validate.executablePath": "Points to the PHP executable.",
|
|
"configuration.validate.run": "Whether the linter is run on save or on type.",
|
|
"configuration.title": "PHP",
|
|
"commands.categroy.php": "PHP",
|
|
"command.untrustValidationExecutable": "Disallow PHP validation executable (defined as workspace setting)"
|
|
} |