How to Locate the CodeScene Logs in Visual Studio Code

If you're troubleshooting the CodeScene extension or just want to inspect what's going on under the hood, accessing the logs is a great first step. Here's how you can find and adjust the log level in Visual Studio Code:

Step-by-Step Guide:

  1. Open Visual Studio Code
    Launch VS Code as you normally would.

  2. Go to the Output Panel
    Click on View in the top menu, then select Output
    Or use the shortcut: Ctrl + Shift + U (Windows/Linux) or Cmd + Shift + U (macOS).

  3. Select "CodeScene Log"
    In the dropdown at the top-right of the Output panel, choose CodeScene Log from the list.

  4. Adjust the Log Level (Optional but useful for debugging)

    • Click the gear icon ⚙️next to the dropdown.

    • Choose Trace for the most detailed logging.

    Tip: Trace provides the most granular details and is helpful when reporting issues or analyzing extension behavior.