Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.69k stars 125 forks source link

Language Server Not Valid exe on Windows #342

Closed Shel-M closed 3 months ago

Shel-M commented 3 months ago

Running neovim on Windows (I know, but I have to use it at work) results in the following

Error detected while processing function codeium#server#Start[58]..<SNR>52_ActuallyStart:
line   18:
E903: Process failed to start: unknown error: "C:\Users\sheldonm/.codeium/bin/c5111ded242add71608e7a70094645bb463f5ad8/language_server_windows_x64.exe"
Press ENTER or type command to continue

Running the lsp directly has the following result

C:\Users\sheldonm\.codeium\bin\c5111ded242add71608e7a70094645bb463f5ad8> .\language_server_windows_x64.exe
Program 'language_server_windows_x64.exe' failed to run: The specified executable is not a valid application for this
OS platform.At line:1 char:1
+ .\language_server_windows_x64.exe
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
At line:1 char:1
+ .\language_server_windows_x64.exe
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
    + FullyQualifiedErrorId : NativeCommandFailed
Shel-M commented 3 months ago

Deleted contents of .codeium directory and reauthed - seems to be working now.