diff --git a/extensions/markdown-language-features/package.json b/extensions/markdown-language-features/package.json index 952abb1a463..cae88bf134f 100644 --- a/extensions/markdown-language-features/package.json +++ b/extensions/markdown-language-features/package.json @@ -515,7 +515,11 @@ "configurationDefaults": { "[markdown]": { "editor.wordWrap": "on", - "editor.quickSuggestions": false + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + } } }, "jsonValidation": [