madskristensen / MarkdownEditor

A Visual Studio extension
Other
409 stars 93 forks source link

No editor available for prior open files #230

Open gojimmypi opened 2 years ago

gojimmypi commented 2 years ago

Description

installing extension fails to display any md file that was previously open in Visual Studio prior to installation.

Steps to reproduce

Installed extension in VS2019

image

image

Expected behavior: [What you expected to happen]

markdown preview

Actual behavior: [What actually happened]

image

If I disable the extension, I can view the text of the file that otherwise gave an error.

This appears to only be problematic with files that were open when the extension was installed.

Easily fixed, just not very intuitive if there were already open md files at install time.