Exafunction / CodeiumVisualStudio

Visual Studio extension for Codeium
https://codeium.com
MIT License
110 stars 25 forks source link

Codeium Extension fails to install on Visual Studio Community 2022 #50

Open LaurenceRooks opened 4 months ago

LaurenceRooks commented 4 months ago

Visual Studio Community 2022 Install Log.txt

I am using Visual Studio Community 2022 version 17.8.6 at home on my personal VM. Each time I try to install the extension through the marketplace it fails with the following error message that I have attached. I am unable to see the extension within Visual Studio. I would love to use the extension for my personal projects similar to what I am doing at work.

Thank you,

Laurence Rooks rooks.laurence@icloud.com

andyqp commented 4 months ago

Can you check the Visual Studio version (Help -> About Microsoft Visual Studio)? Maybe it is ARM 64-bit, which is not marked as supported. Probably that's why it is not showing in Extensions manager within Visual Studio. See here for similar issue.

Maybe you can try to rebuild the extension for arm64 (see instructions in README here and from Microsoft here).

Disclaimer: Never have done it myself ;)

Best regards, Andris