-
Notifications
You must be signed in to change notification settings - Fork 2
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 #9
Comments
Would you like help with this? |
Thanks, I've got a build running locally. A couple editors have different guids, but otherwise seems to be stable. Could use a hand to come up with a single vsix that would work in, say, 2015-2022 without having to publish two separate extensions in the marketplace. Managed to get one to build & install, but the pre-2022 instances got into dll dependency hell when invoked. Didn't try very hard, so maybe I just missed something obvious. |
Regarding "a single vsix", this conversation might help: mayerwin/vs-customize-window-title#64 |
* Inherits from AsyncPackage (i.e. dropping support for versions below 2017/15.0). * Depends on Microsoft.VisualStudio.SDK v15. * Changed DTE service to DTE2 as some of the methods we require don't exist in DTE anymore. * Some new editor GUIDs.
Release 2.2 up on marketplace. @blackboxlogic Cheers for the hints. Got it working by referencing Microsoft.VisualStudio.Sdk v15 and the dependencies that it brings (mentioned in one of them). This also means saying goodbye to VS2015 (v14) and earlier. Oh well.. Anyone on VS2012-2015 - I love you, but maybe it's time to upgrade? |
Gonna be interesting with all the major incoming changes .
Also note the breaking API changes.
The text was updated successfully, but these errors were encountered: