Open jogibear9988 opened 2 years ago
As a workaround you can grab the VSIX, extract as a zip, edit the extension.vsixmanifest and add this in the appropriate place:
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community"> <ProductArchitecture>arm64</ProductArchitecture> </InstallationTarget>
... and re-zip it (or use 7-Zip and edit in place). I've tested and it all works fine for me on Windows 11 for ARM in a Parallels VM on an M3 Mac. Will submit a PR shortly.
As a workaround you can grab the VSIX, extract as a zip, edit the extension.vsixmanifest and add this in the appropriate place:
... and re-zip it (or use 7-Zip and edit in place). I've tested and it all works fine for me on Windows 11 for ARM in a Parallels VM on an M3 Mac. Will submit a PR shortly.