MRCollective / TortoiseGitToolbar

Lightweight toolbar for launching commonly used TortoiseGit functionality from within Visual Studio.
Other
22 stars 10 forks source link

Add support for VS2022 ARM Version #28

Open jogibear9988 opened 2 years ago

duncansmart commented 7 months 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.