- Check the logs
- Try the latest pre-release
- Download an older version
- Resolve keyboard shortcut issues
- MCP Server connection issues
- Check FAQs for common issues
Check the logs
To solve many problems, the first step is reading the logs to find the relevant error message. To do this, follow these steps:VS Code
Console logs
In order to view debug logs, which contain extra information, click the
dropdown at the top that says âDefault levelsâ and select âVerboseâ.
cmd+shift+Pfor MacOS orctrlshift+Pfor Windows
- Search for and then select âDeveloper: Toggle Developer Toolsâ
- This will open the Chrome DevTools window
- Select the
Consoletab - Read the console logs
Prompt Logs (Continue Console)
To view prompt logs/analytics, you can enable the Continue Console.- Open VS Code settings (
cmd/ctrl+,) - Search for the setting âContinue: Enable Consoleâ and enable it
- Reload the window
- Open the Continue Console by using the command palette (
cmd/ctrl+shift+P) and searching for âContinue: Focus on Continue Console Viewâ

JetBrains
Open~/.continue/logs/core.log to view the logs for the Continue plugin. The most recent logs are found at the bottom of the file.
Some JetBrains-related logs may also be found by clicking âHelpâ > âShow Log in Explorer/Finderâ.
Download the latest pre-release
VS Code
We are constantly making fixes and improvements to Continue, but the latest changes remain in a âpre-releaseâ version for roughly a week so that we can test their stability. If you are experiencing issues, you can try the pre-release by going to the Continue extension page in VS Code and selecting âSwitch to Pre-Releaseâ as shown below.
JetBrains
On JetBrains, the âpre-releaseâ happens through their Early Access Program (EAP) channel. To download the latest EAP version, enable the EAP channel:- Open JetBrains settings (
cmd/ctrl+,) and go to âPluginsâ - Click the gear icon at the top
- Select âManage Plugin RepositoriesâŚâ
- Add âhttps://plugins.jetbrains.com/plugins/eap/listâ to the list
- Youâll now always be able to download the latest EAP version from the marketplace
Download an Older Version
If youâve tried everything, reported an error, know that a previous version was working for you, and are waiting to hear back, you can try downloading an older version of the extension. For VS Code, All versions are hosted on the Open VSX Registry here. Once youâve downloaded the extension, which will be a .vsix file, you can install it manually by following the instructions here. You can find older versions of the JetBrains extension on their marketplace, which will walk you through installing from disk.Keyboard shortcuts not resolving
If your keyboard shortcuts are not resolving, you may have other commands that are taking precedence over the Continue shortcuts. You can see if this is the case, and change your shortcut mappings, in the configuration of your IDE.MCP Server connection issues
âspawn ENAMETOOLONGâ error on macOS
If youâre seeing an error likeFailed to connect to "<MCP Server Name>" with Error: spawn ENAMETOOLONG when using MCP servers on macOS, this is due to the environment being too large when spawning the MCP process.
Workaround: Use the full path to the command instead of relying on PATH resolution:
- For
npx: runwhich npx - For
docker: runwhich docker - For
uv/uvx: runwhich uvorwhich uvx