jonkeda / VarTypeViewer

VarTypeViewer
The Unlicense
6 stars 0 forks source link

**Updated:** .vsix Manifest file to allow Extension to be compatible with VS 2019. (All Versions) #3

Closed michaelm7456 closed 4 years ago

michaelm7456 commented 4 years ago

I've had a look into this one and I believe these changes should allow the Extension to work with Visual Studio 2019. (Preview/Community/Pro/Enterprise)

Original issues:

Issue #1 - VS 2019 (Preview) Support Issue #2 - Visual Studio 2019 Community support

This involved a minor update to the Manifest file which updates the Version Range for the Installation Targets (to now allow VS 2019) & the following prerequisite upon which VS 2019 Extension installations depend:

'Microsoft.VisualStudio.Component.CoreEditor'

Hope this helps!