Skip to content

Commit

Permalink
Added support for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jun 20, 2023
1 parent fe3ab7f commit da842dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit da842dc

Please sign in to comment.