Skip to main content
  1. Check the logs
  2. Try the latest pre-release
  3. Download an older version
  4. Resolve keyboard shortcut issues
  5. MCP Server connection issues
  6. 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”.
  1. cmd + shift + P for MacOS or ctrl
    • shift + P for Windows
  2. Search for and then select “Developer: Toggle Developer Tools”
  3. This will open the Chrome DevTools window
  4. Select the Console tab
  5. Read the console logs

Prompt Logs (Continue Console)

To view prompt logs/analytics, you can enable the Continue Console.
  1. Open VS Code settings (cmd/ctrl + ,)
  2. Search for the setting “Continue: Enable Console” and enable it
  3. Reload the window
  4. Open the Continue Console by using the command palette (cmd/ctrl + shift + P) and searching for “Continue: Focus on Continue Console View”