Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support ARM64 extensions #49

Open
TimPosey2 opened this issue Jan 11, 2023 · 3 comments
Open

Please support ARM64 extensions #49

TimPosey2 opened this issue Jan 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@TimPosey2
Copy link

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

@sergey-visual-studio
Copy link
Owner

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 sergey-visual-studio added the enhancement New feature or request label Jan 12, 2023
@KenDFish
Copy link

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!

@sergey-visual-studio
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants