Skip to content

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:

  1. Ensure you are signed out of Codeium.

  2. Uncheck the Use Secret Storage setting:

image
  1. Log into Codeium.

  2. Note the value of apiKey from ~/.codeium/config.json.

  3. Create two environment variables:

    • CODEIUM_CONFIG_API_KEY should be set to the value of apiKey.
    • CODEIUM_CONFIG_NAME can be set to anything.
  4. Start a new Gitpod instance and it should work!

Original instructions courtesy of Micha (Discord message)

Clone this wiki locally