-
Notifications
You must be signed in to change notification settings - Fork 37
Reporting a Bug
Eleanor Boyd edited this page Feb 12, 2026
·
1 revision
This page outlines how to file a bug on the Python Environments extension.
- Run the
Help: Report Issue...command from the command palette - select "A VS Code Extension" as the source then "Python Environments" as the extension
- Fill in the details of the bug.
- Click the green
Create on GitHubbutton. - Attach any screenshots or GIFs to help explain the bug you are experiencing.
- Submit the issue on GitHub.
- Run
Developer: Set Log Level...from the Command Palette. - Select
Trace. - Run
Developer: Reload Window. - Reproduce the problem.
- Open the Output panel (
View→Output) and selectPython Environmentsin the dropdown. - Copy the output and attach it to the issue.
Tip: Logs can contain file paths or environment details. Please review/redact secrets before sharing.
After collecting logs, you can set the log level back to Info (or your preferred level).
Please attach a CPU profile of your running extensions to the issue after you create it.
- GitHub Issues
- Documentation
- VS Code Python Extension (for core Python language support issues)
- Python Debugger Extension (for debugging issues)