Provide valid markdown-specific default for editor.quickSuggestions setting (#156686) (#156689)

Co-authored-by: Matt Bierner <matb@microsoft.com>
This commit is contained in:
John Murray 2022-08-02 21:51:41 +01:00 committed by GitHub
parent 5f8c264b4f
commit 7e400c7137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,7 +515,11 @@
"configurationDefaults": {
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
}
},
"jsonValidation": [