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:
-
Open Visual Studio Code
Launch VS Code as you normally would. -
Go to the Output Panel
Click onViewin 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 Logfrom the list. -
Adjust the Log Level (Optional but useful for debugging)
-
Click the gear icon ⚙️next to the dropdown.
-
Choose
Tracefor the most detailed logging.
Tip:
Traceprovides the most granular details and is helpful when reporting issues or analyzing extension behavior. -