You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
.. 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.
Visual Studio 2022 now supports ARM64 extensions. Would you mind updating the VSIX manifest with arm64 support?
The text was updated successfully, but these errors were encountered: