Gathering extension logs
Starting in VS Code Extension 1.10.0, the Extension Diagnostics are accessible for download via the Settings page. This download will contain a collection of relevant logs and parameters into a text file. For full output logs of VSCode:-
Go to the Command Palette (
Ctrl/Cmd + Shift + P
or go to View > Command Palette) -
Type in “Show logs” and select the option that reads
Developer: Show Logs
-
From the dropdown, select
Extension Host
- You should see something similar to the image below:

- Change the dropdown in the top right that reads “Extension Host” and select “Codeium”
- Export or copy the logs
How to reset or change your Enterprise URL
- Navigate to the Codeium Enterprise extension settings by pressing Ctrl+Shift+X. Choose the Enterprise Updater (purple extension)

- Click on the gear icon and select
Extension Settings

- In the extension settings, click the gear icon and select
Reset Setting
for each box populated with a URL

- Reload VSCode by going to View -> Command Palette. Once the command palette is open type “Reload window” and press enter.
- Once reloaded, you should be prompted to Set URL. From here, type in the new URL.

- Close out of the Setting tab.
- Reload VSCode by going to View -> Command Palette. Once the command palette is open type ‘Reload window’ and press enter.
- After reloading, you should see a pop-up in the bottom right prompting you to sign in to Codeium. If not, go to the bottom left Accounts tab and click Sign in with Auth to use Codeium. Either method will redirect you to your Codeium Enterprise portal.
Known IDE issues and solutions
e.split is not defined
You are using an unsupported VS Code version, please update to a supported version and try again. You can find a list of supported versions here.Using the wrong API Server
If a user changes their API Server/Portal URL in their workspace settings, this will override their user settings and may result in an error where the extension is communicating with the wrong API server. Make sure that your API Server/Portal URL is set correctly and not overridden accidentally by the workspace settings.Not seeing Codeium Chat responses
If you are trying to send messages to Codeium chat but not seeing responses, check if you can cancel the response. If you are unable to cancel the response, this means that the response was completed but not displayed. This can happen if the Chat Web Server loses connection to the extension. Reloading VS Code and opening the Codeium Chat panel again should show the responses.Unable to read file …/package.json
VS Code Enterprise Updater Loop
“Codeium Enterprise Updated” every time you open VSCode, try restarting all extensions- Open the command palette ( CTRL + SHIFT + P )
- Run ‘Disable All Installed Extensions’
- Run ‘Enable all Extensions’
- Restart VS Code
Enterprise updater doesn’t install Codeium extension
The Enterprise updater is installed, but no extension is being downloaded or installed in VSCode. No extension logs option is available in VSCode output window drop down. The only available log you can see is:- Open the command palette ( CTRL + SHIFT + P )
- Run ‘Codeium Enterprise: Reset’
- Select “Help” from the popup
- Select “Show Disabled Extensions”
- Re-enable your Codeium Extension
Proxy / Network Issues
UncheckingDetect Proxy
in Codeium settings in VSCode can sometimes resolve issues where the extension is incorrectly attempting to use a proxy.