Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode'
This commit is contained in:
11
lib/vscode/extensions/php-language-features/package.nls.json
Normal file
11
lib/vscode/extensions/php-language-features/package.nls.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"configuration.suggest.basic": "Controls whether 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)",
|
||||
"displayName": "PHP Language Features",
|
||||
"description": "Provides rich language support for PHP files."
|
||||
}
|
||||
Reference in New Issue
Block a user