Replies: 1 comment
-
I can't answer your question about using an extension pack, but I read recently on the Visual Studio blog that the marketplace now supports multiple extensions under a single entry. The blog only mentions x64 and ARM, and I haven't tried it, but maybe the marketplace will now let you publish a VS 2019 and VS 2022 extension under the one listing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an extension that stopped working with VS 2022 17.2 (specifically, it seems
IVsSolutionBuildManager5
isn't binary-compatible any more), unless we use newer dependencies. Those, in turn, break compatibility with VS 2019.To avoid having users install entirely different extensions, I'm wondering if I could:
vsix
esIs that feasible? Is there a simpler way?
Beta Was this translation helpful? Give feedback.
All reactions