Like the title says. I cannot install github copilot on visual studio 2022 version 17.4.4 (latest)
i am on a arm64 windows 11 parallels virtual machine on a macbook pro with m1 chip
I cannot find the extension in the "manage extensions" window and when i try to manually install the extension from the website it just fails installing. What am i missing?
Here is another workaround for installing amd64 extensions on VS 2022 for ARM:
<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>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>Arm64</ProductArchitecture>
</InstallationTarget>
I have done these steps with several extensions and for the moment everything works fine.
Remember that the versions in the Installation Targets must be the same for both Product Architectures.
Note: Microsoft doesn't have an official version to Github Copilot for Windows ARM so this tutorial will force installation manually by extracting the extension content.
We will install another (non copilot) extension into Visual Studio and then after that is installed we will extract the content from the Copilot Extension and put into the previous extension folder (replace the content) so Visual Studio will load it.
Make sure you have the latest version of Visual Studio (DON'T USE THE VS PREVIEW VERSION)
Press Win+R and go to the folder %LocalAppData%\Microsoft\VisualStudio\ there you will see a weird named folder with your VS version, in my case is VS 2022 v17.6.5

If you have multiple VS installed there will be multiple of these folders, consider uninstalling other VS to easily identify which one is the correct.
If you don't have any extension installed as me, there will be just the default files there:

Install some extension first that will be replaced later, now I will install the Copilot Chat which is not what we want but we will use it's folder to place the Copilot extension:


Download the Copilot Extension .vsix file from the marketplace

Open Visual studio and if it worked you should see it on the Installed menu:

Add your github account to Visual Studio, BEFORE THIS make sure you have an active subscription or trial to the Copilot service.

Demo on testing it:

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With