-
Notifications
You must be signed in to change notification settings - Fork 5k
Update docs to reference Python Debugger extension #6979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for making these updates!
Co-authored-by: Courtney Webster <[email protected]>
|
||
 | ||
|
||
You can refer to the extension's [README](https://github.com/microsoft/vscode-python-debugger/blob/main/README.md) page for information on supported Python versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @brettcannon @cwebster-99 on this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just a few minor text edits you might consider.
Thanks for the updates @luabud !
Co-authored-by: Nick Trogh <[email protected]>
In this PR:
launch.json
samples that use"type": "python"
to usedebugpy
insteaddebug-configurations.png
from theimages/debugging
folder to theimages/shared
folder to be used in the Tutorial as wellimages/python/selected-interpreter-status-bar.png
with outdated Python version to use/docs/python/images/shared/environment-in-status-bar.png
instead.