Event banner
Visual Studio 2022 AMA
Event Ended
Tuesday, Jun 22, 2021, 09:00 AM PDTEvent details
(IMPORTANT: If you are an Outlook user, please use this link, instead of the one above, to add to your calendar for the correct time.)
We are very excited to announce a Visual Studio 2022 AMA!
An...
EricStarker
Updated Jun 23, 2021
ErikEJ
Jun 22, 2021Copper Contributor
Why the general recommendation to split an extension, rather than make it work with both old and new runtime? (worked well for me)
Andy Sterland
Microsoft
Jun 22, 2021We've updated our guidance https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022 to be a little clearer that you should do what works for you and that splitting is not always the right path. Initially we were more strongly leaning on the advice as splitting because it was the 'safer' option. It would ensure your current code against VS2019 would work while you make any changes to target the evolving VS2022.