mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
#9003 Provide temporary option to disable the built-in PHP completion provider.
This option enables extension authors providing PHP support to prevent needless duplication in the completions list. We can remove it when we extract this functionality to a separate extension.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"configuration.validate.enable": "Whether php validation is enabled or not.",
|
||||
"configuration.validate.executablePath": "Points to the php executable.",
|
||||
"configuration.builtInCompletions.enable": "Enable/disable built-in PHP completions.",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user