Exafunction / codeium.el

Free, ultrafast Copilot alternative for Emacs
https://www.codeium.com
MIT License
412 stars 13 forks source link

any way to sign in without a browser? #10

Closed eengad closed 1 year ago

eengad commented 1 year ago

I use emacs in WSL and get: Error running timer ‘codeium-defer-until-no-input’: (error "No usable browser found")

Any way to go around it?

fortenforge commented 1 year ago

When it asks you if you want to open the URL you can say "no". Then you should be able to use M-x codeium-kill-last-auth-url to copy the login URL to your kill ring and then visit that URL manually.

Alan-Chen99 commented 1 year ago

Actually I'm on wsl too and it works fine; will look into it

Alan-Chen99 commented 1 year ago

browser-url seems to use xdg-open for me; Can you try to see if that works on the terminal?

Alan-Chen99 commented 1 year ago

close this since not a problem of codeium.el; reopen if needed