-
Notifications
You must be signed in to change notification settings - Fork 362
Visual Studio Arm64 Support #963
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
Comments
Thanks for the suggestion! It seems fairly straight forward to add support based on that article if someone has an Arm64 device to test it out and can make the proposed changes. |
There was a volunteer here. |
I volunteer to test this. |
Likewise, I have a DevKit and can pitch in here. What's needed? |
I am currently running VS2022 ARM64 with the CodeMaid extension, so far so good! I applied the proposed changes in the article linked above to the release branch, made a Release build and installed the generated VSIX. I'm not confident enough that there aren't any bugs to open a pull request yet, but it's surprisingly easy to just compile the extension yourself to test it out. Here's a preview of the code changes I made (only two files, for the nuget packages I just took the latest versions in the NuGet package manager in VS): |
Hi all I saw PR #1009 and I'm now able to help with testing (Windows 11 on Arm64) BR |
I would also like to help testing. |
@codecadwallader I see lots of volunteers who would like to test this and I can also do the same. Is there a timeline to when this #1009 PR will be merged for VS2022? |
The PR includes some major package updates, which will break compatibility with VS2019. If there is a way to avoid breaking changes, that would be helpful. |
I built the package from #1009 and it seems to work fine on VS2022 via Parallels on M1 Mac Pro. Adding here for others who want it while this issue/PR remains open 😄 Unzip as github doesn't like the .vsix uploaded directly. |
Mainstream support for Visual Studio 2019 ends in April. In my opinion it would be better to merge in support for ARM and drop support for 2019 come April 9th. https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2019 |
Hello @codecadwallader If you don't have a way to overcome compatibility issue with VS2019, maybe you can release separate version for VS2022 with ARM support? Or drop support for VS2019? |
Hello, |
I'm also interested in this, got a new ARM laptop for work, and I miss having codemaid! I'm willing to help test if necessary. |
Is it possible to target the extension for Arm64?
https://devblogs.microsoft.com/visualstudio/now-introducing-arm64-support-for-vs-extensions/
The text was updated successfully, but these errors were encountered: