diff --git a/.vscode/settings.json b/.vscode/settings.json index 6baff446..789596f7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,7 +40,11 @@ "files.eol": "\n", "[markdown]": { "editor.wordWrap": "on", - "editor.quickSuggestions": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, "editor.tabSize": 4 } }