-
Notifications
You must be signed in to change notification settings - Fork 4
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
Visual Studio 2022 support #11
base: master
Are you sure you want to change the base?
Conversation
I just realised I really bruteforced it and it will ONLY work for 2022, not add support for 2022. |
I'm okay with only having 2022 support; uploading as different extension is one possibly, which is the path I'll most likely if needed. I need to update from preview to 2022 and check this out locally. But if it works out, I should be able to upload within the next week or so. |
|
-Added back old VSPackage.resx -Removed Microsoft.VisualStudio.Platform.WindowManagement dependency - it was only used for WindowFrame.onScreen and the IVsWindowScreen interface checks that for a WindowFrame object.
On the topic of uploading as a different extension, all the plugins I use have appeared as a seperate plugin for VS2022, so that will probably be necessary. |
I would love to get this thing uploaded! It's crazy there's no native support for this in VS2022 😄 |
I just realized that I can just download this repo and build the extension and use it. https://github.com/jagt/vs-NavigateTabGroups/releases/tag/vs2022 Also thanks for all your good works! I literally can't use VS without this extension. |
I started with an empty VSIX project and added
TabGroupJump.cs
. Had to add a reference toMicrosoft.VisualStudio.Platform.WindowManagement
, but nothing else. Building might not work for everyone (?).As a result some files also didn't get generated in a new project, I don't think they are needed so I left them out.