diff --git a/.vscode/settings.json b/.vscode/settings.json index d133423..f090eba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,11 @@ "diffEditor.ignoreTrimWhitespace": false, "editor.tabSize": 4, "editor.wordWrap": "on", - "editor.quickSuggestions": false + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + } }, "xo.enable": false, "editor.formatOnSave": false,