From 220ce915b673e99caa53cbd7d46e9dd16f8fdc4a Mon Sep 17 00:00:00 2001 From: saxc Date: Fri, 15 Jul 2022 10:48:34 +0200 Subject: [PATCH] update quickSuggestions settings (#46) --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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": {