-
Notifications
You must be signed in to change notification settings - Fork 14
Gitpod authentication
Prem Nair edited this page Nov 9, 2023
·
1 revision
While using Gitpod, to prevent needing to log in every workspace, you can follow these steps in VS Code:
-
Ensure you are signed out of Codeium.
-
Uncheck the
Use Secret Storage
setting:
-
Log into Codeium.
-
Note the value of
apiKey
from~/.codeium/config.json
. -
Create two environment variables:
-
CODEIUM_CONFIG_API_KEY
should be set to the value ofapiKey
. -
CODEIUM_CONFIG_NAME
can be set to anything.
-
-
Start a new Gitpod instance and it should work!
Original instructions courtesy of Micha (Discord message)