VSCode automatically adds a "Open Preview to the Side" button which displays the default markdown preview when the button is pressed. This can be confusing for extensions like Markdown Preview Enhanced and Dendron which add custom markdown previews.
I suggest adding a mechanism for extensions to disable the default button. The extensions then can add their own buttons, or leave the preview button removed.
#136273