microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.68k stars 457 forks source link

Support for Visual Studio 2022 ARM64 #4649

Open hassaanmasood opened 1 year ago

hassaanmasood commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, the extension or vsix package only supports Visual Studio 2022 for amd64. It would be nice to have this extension for Visual Studio 2022 arm64.

Describe the solution you'd like

No response

Describe alternatives you've considered

NA

Additional context

NA

Applies to the following platforms:

mikebattista commented 1 year ago

I believe we just need to follow https://devblogs.microsoft.com/visualstudio/now-introducing-arm64-support-for-vs-extensions/.

mikebattista commented 1 year ago

I added ARM64 install targets with https://github.com/microsoft/TemplateStudio/commit/37125a888307744c12a371cbb05ea57c6ecb8b3e.

Could you try building/deploying the extension locally on your device to make sure it works?