mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
[php] setting to disable suggestions and hover (for #9003)
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
"type": "object",
|
||||
"order": 20,
|
||||
"properties": {
|
||||
"php.builtInCompletions.enable": {
|
||||
"php.suggest.basic": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%configuration.builtInCompletions.enable%"
|
||||
"description": "%configuration.suggest.basic%"
|
||||
},
|
||||
"php.validate.enable": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user