-
Notifications
You must be signed in to change notification settings - Fork 5k
Document the Python extension's debugger API for other extensions #2237
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
Comments
Will take care of microsoft/vscode-python#3333 |
@brettcannon @DonJayamanne Please review https://github.com/Microsoft/vscode-docs/blob/python-debug-api/docs/python/debugging.md#api-to-access-the-debugger-from-other-extensions for accuracy. I'm not sure if there are more details needed for the namespace of the API, for example. Feel free to make edits directly in the branch. I'm checking to see if the python-debug-api branch can get staged up to verify the rendering of the API formatting. |
@brettcannon @DonJayamanne Any comments on the API docs here? |
Will get back to you tomorrow |
Can we put this on hold for now. |
Sure, these changes are just in a branch, so they can live there for however long. |
Tracking here microsoft/vscode-python#4155 |
OK, I'll close this one for the time being, beause you're tracking elsewhere. Easy enough to reopen at a later time if needs be. |
Created an issue upstream, as that's something we monitor |
microsoft/vscode-python#3121
This is now being relied on by the Functions extension, so it's as official as we can get as an API for other extensions to rely on.
The text was updated successfully, but these errors were encountered: