mirror of
https://github.com/coder/code-server.git
synced 2026-05-09 22:07:26 +02:00
Squashed 'lib/vscode/' content from commit e5a624b788
git-subtree-dir: lib/vscode git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
This commit is contained in:
11
extensions/php-language-features/package.nls.json
Normal file
11
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