update quickSuggestions settings (#46)

This commit is contained in:
saxc 2022-07-15 10:48:34 +02:00 committed by GitHub
parent c645b364e7
commit 220ce915b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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