madskristensen / RestClientVS

Other
66 stars 14 forks source link

Unable to install extension for VS 2019 Community #33

Closed khtan closed 2 years ago

khtan commented 2 years ago

Describe the bug The Visual Studio 2019 Extension explorer does not find this version of REST Client. Instead it points to AdrianDev's version that does not work after installation.

To Reproduce So, I downloaded the .vsix from Github and installed directly using the VSIXInstaller.exe in an Admin shell:

VSIXInstaller.exe /skuName:Community /skuVersion:16.11.18 c:\tmp\RestClientVS.vsix

A dialog appears that "Install failed". It references a log file. Both are attached.

Expected behavior Successful install so that I can use RESTClient from VS 2019 Community instead of using VS Code.

installFailed dd_VSIXInstaller_20220905172010_04f4.log

madskristensen commented 2 years ago

This is not a bug. I only coded this to work with VS 2022. You can fork the repo and update the references to the VS 2019 SDK and compile it again. That should work. However, it is not something I'm interested in maintaining at this point.