Files
vscode/extensions/php/package.nls.json
Martin Aeschlimann 1d79099ed1 fix wording for #9003
2017-01-24 20:54:13 +01:00

7 lines
416 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"
}