sergey-visual-studio/dpack

Please support ARM64 extensions

TimPosey2 opened this issue · 3 comments

Visual Studio 2022 now supports ARM64 extensions. Would you mind updating the VSIX manifest with arm64 support?

Updating manifest is easy. What that will lead to is need for more testing, which I'm not equipped to handle personal time and environment wise. And there is also Azure to modify to post new build along side of the existing one. Doable yes, it'll just be on a back burner for now.

I've been desperate for a working numbered-bookmark package that's compatible with ARM64, but couldn't find anything installable from the VS Marketplace. However, I've grabbed the DPack source, edited the source.extension.vsixmanifest to include:

image

.. and built and installed a release .VSIX. It's appears to be working fine - early days yet, but numbered bookmarks work perfectly. I can ditch Resharper now - thank you so much!

Yep, that, vsixmanifest that is, is what needs to be modified. The challenges it creates are related to build and distribution, ie building 2 separate versions, modifying the pipeline to upload both versions onto VS Marketplace. That's basically why it hasn't happened yet.