dpack icon indicating copy to clipboard operation
dpack copied to clipboard

Please support ARM64 extensions

Open TimPosey2 opened this issue 3 years ago • 3 comments

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

TimPosey2 avatar Jan 11 '23 17:01 TimPosey2

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.

sergey-visual-studio avatar Jan 12 '23 17:01 sergey-visual-studio

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!

KenDFish avatar Jul 17 '23 10:07 KenDFish

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.

sergey-visual-studio avatar Jul 17 '23 22:07 sergey-visual-studio