diff --git a/.vscode/settings.json b/.vscode/settings.json index 95153a8..33f9f24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,14 @@ { - "editor.quickSuggestions": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, "editor.suggestOnTriggerCharacters": false, "editor.parameterHints.enabled": false, "editor.hover.enabled": false, "editor.codeLens": false, - "editor.lightbulb.enabled": false, + "editor.lightbulb.enabled": "off", "editor.inlineSuggest.enabled": false, "github.copilot.enable": { "*": false