Hi, editor.quickSuggestions changed from a boolean to the new mapping: ``` "[markdown]": { "editor.quickSuggestions": { "other": "on", "comments": "on", "strings": "on" } ``` Also setting all the params "on", the plugin does't suggest in md files.
Hi,
editor.quickSuggestions changed from a boolean to the new mapping:
Also setting all the params "on", the plugin does't suggest in md files.