update quickSuggestions settings

This commit is contained in:
saxc 2022-07-14 22:02:12 +02:00
parent c645b364e7
commit 5352eaf41d

View file

@ -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": {