Addresses concerns in #19624

This commit is contained in:
Dirk Baeumer
2017-03-28 09:30:36 +02:00
parent d4a9c30378
commit 0c8a6d5ad4
3 changed files with 29 additions and 8 deletions

View File

@@ -3,5 +3,7 @@
"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"
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "Don't trust PHP validation executable"
}