-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2022 support? #22
Comments
No, not using this or VS in general much anymore myself. But if someone wants to take it over we can make this happen |
please make it happen , we need this . @Wumpf what are you using instead of VS ? |
Hey, I made the extension work with VS2022. It was a quick hack so it only works with 64bit VS2022. |
Thanks! Can you create a pr? |
ah well nvm actually, wouldn't want to land that obviously ;) |
I can clean it up and create a PR if you want. It was just a very minor change. |
@Roozi489 Please make a PR :) thx for your work. |
Yes, +1 |
@Roozi489 any chance you could make a PR? |
Sorry, yeah, I'm still planning to. |
Yes, +1 |
Hello, I added the support for VS 2022 available on this fork here. You just have to download the solution, build in Release and you will find the .vsix extension in the bin/ folder. Separate the project into a shared project as MS recommends. I don't do PR yet since I can't get the extension to work under VS 2019. The extension installs but I don't see the commands accessible from the VS menus. There is still some work to do but the fork allows to use the plugin under VS 2022. |
Just for those looking for an official VS2022 supported plugin that does the same: https://devblogs.microsoft.com/visualstudio/differentiating-visual-studio-instances/ |
Thanks @dviry - I had seen that myself and started using that. I appreciate that extension development has become a bit more complex if you need to support both VS 2022 and VS 2019. For me, I am happy to use that other extension for now, so if you want to close this issue that is fine with me, though others may still prefer this extension and want to keep this open? |
Hi, thanks for this useful extension.
Any plans to update to support VS2022?
The text was updated successfully, but these errors were encountered: