mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fix #46148 - split PHP extension
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
{
|
||||
"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)",
|
||||
"displayName": "PHP Language Features",
|
||||
"description": "Provides IntelliSense, linting, and language basics for PHP files."
|
||||
"description": "Provides syntax highlighting and bracket matching for PHP files."
|
||||
}
|
||||
Reference in New Issue
Block a user