coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.43k stars 5.45k forks source link

[triage]: codeium constantly needs to connect #6693

Open neckva opened 4 months ago

neckva commented 4 months ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

1.open code-server in a new pc 2.go to codeium 3.login in requiered each time

Expected

login is automatic

Actual

Hello I have installed the codeium plugin and it works. The problem is that each time I connect to a new browser, I have to redo the connection procedure, which is quite long, and sometimes doesn't work, because the codeium server assumes that there are several users connected (which is forbidden in the free version). Is there a way of entering the connection key in a hard-coded file so that I don't have to retype it? thanks

Are you accessing code-server over a secure context?

code-asher commented 4 months ago

Does this reproduce in Codespaces? I believe this is expected. VS Code for the web stores credentials in the browser, so a new browser will require a new login.