mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Co-authored-by: Matt Bierner <matb@microsoft.com>
This commit is contained in:
@@ -515,7 +515,11 @@
|
||||
"configurationDefaults": {
|
||||
"[markdown]": {
|
||||
"editor.wordWrap": "on",
|
||||
"editor.quickSuggestions": false
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "off",
|
||||
"strings": "off",
|
||||
"other": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"jsonValidation": [
|
||||
|
||||
Reference in New Issue
Block a user