microsoft / vscode-python Public
forked from DonJayamanne/pythonVSCodeReporting a bug
Brett Cannon edited this page May 11, 2022
·
7 revisions
Pages 30
Clone this wiki locally
Choose your own 🐜 adventure!
- VS Code on the desktop?
- VS Code on the web? (i.e. vscode.dev or github.dev)
raise RuntimeError("you should never reach here ...")
Desktop
The extension loads
- Run the
Python: Report Issue...command from the command palette (note: the "Python" part of that command is IMPORTANT as this is notHelp: Report Issue...; that's a different command!). - Notice the new window that looks something like the following (the text in the "Steps to Reproduce" section may be different, but there will be some text prefilled):
- Fill in the details of the bug where there are
XXXmarkers (you will have a chance to add screenshots and GIFs momentarily). - Click the green
Create on GitHubbutton. - Attach any screenshots or GIFs to help explain the bug you are experiencing.
- Submit the issue on GitHub.
The extension won't even start
- 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 ontoAn extension. - Set
ExtensiontoPython. - Fill in
TitleandSteps to Reproduce. - Click the green
Create on GitHubbutton. - Add any screenshots or GIFs to the issue.
- Submit the issue on GitHub.
Web
Create a new issue by following this link.