Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ feature file formatting is provided by:
- Does the issue occur with the example project workspaces, or just in your own project? What is different about your project?
- Have you made any changes yourself? Does e.g. a fresh clone work without your changes?
- If extension integration tests get stuck while they are running a debug behave test run, remember to also disable all breakpoints in the *host* vscode environment.
- Make sure to set your `python.defaultInterpreterPath` properly, it will be used by the integration tests
- Debugging:
- If you are stepping in to external code, then it's likely you either hit the pause button, or you need to remove all breakpoints (e.g. "caught exceptions").
- If an exception is not bubbling, see [Exception handling](#exception-handling).
Expand Down
Loading