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:
-
Open Visual Studio Code
Launch VS Code as you normally would. -
Go to the Output Panel
Click onView
in the top menu, then selectOutput
Or use the shortcut:Ctrl + Shift + U
(Windows/Linux) orCmd + Shift + U
(macOS). -
Select "CodeScene Log"
In the dropdown at the top-right of the Output panel, chooseCodeScene Log
from the list. -
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. -