HtmlView icon indicating copy to clipboard operation
HtmlView copied to clipboard

vs2019 support?

Open sbelsky opened this issue 4 years ago • 1 comments

As mentioned at marketplace review page by DnTo user, HtmlView should be work fine with vs2019. Could you provide this?

sbelsky avatar Oct 25 '20 15:10 sbelsky

You can download this project, open in VS navigate to source.extension.vsixmanifest file find InstallationTarget XML node update it's value from [15.0,16.0) to [15.0,17.0).

Then build the project and import the output file as VS extension.

rover886 avatar Jan 08 '22 13:01 rover886