forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Reporting a bug
Brett Cannon edited this page Nov 23, 2023
·
13 revisions
- VS Code on the desktop?
- VS Code on the web? (i.e. vscode.dev or github.dev)
raise RuntimeError("you should never reach here ...")
- Run the
Python: Report Issue...
command from the command palette (note: If the command is missing, please follow the instructions farther below this page to use theHelp: Report Issue...
command):
- Fill in the details of the bug where there are
XXX
markers (you will have a chance to add screenshots and GIFs momentarily). - Click the green
Create on GitHub
button. - Attach any screenshots or GIFs to help explain the bug you are experiencing.
- Submit the issue on GitHub.
Please attach a CPU profile of your running extensions to the issue after you create it.
- Run the
Help: Report Issue...
command from the command palette. - Notice the new window that looks something like the following (notice the empty "Steps to Reproduce" which separates this command from
Python: Report Issue...
):
- Set
File on
toAn extension
. - Set
Extension
toPython
. - Fill in
Title
andSteps to Reproduce
. - Click the green
Create on GitHub
button. - Add any screenshots or GIFs to the issue.
- Submit the issue on GitHub.
Create a new issue by following this link.