diff --git a/.vscode/settings.json b/.vscode/settings.json index d497abc..ba1364f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,11 @@ "editor.overviewRulerBorder": false, "editor.lineHeight": 24, "[markdown]": { - "editor.quickSuggestions": true + "editor.quickSuggestions": { + "comments": "on", + "strings": "on", + "other": "on" + } }, "files.defaultLanguage": "markdown", "files.exclude": {