forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use bundled version of PTVSD in debugger #3283
Labels
Milestone
Comments
DonJayamanne
added
feature-request
Request for new features or functionality
area-debugging
needs decision
labels
Nov 9, 2018
This was referenced Nov 13, 2018
Suggestion:
|
DonJayamanne
changed the title
Validate version of PTVSD installed
Use bundled version of PTVSD in debugger
Nov 21, 2018
5 tasks
brettcannon
modified the milestones:
2018, week 46 - Nov sprint 2,
2018, week 48 - Dec sprint 1
Nov 29, 2018
Why had this been reopened? |
@DonJayamanne I don't remember seeing this go through the PM sign-off stage for the new flag. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Today the debugger ends up using the version of PTSVD installed in the current environment (available in the current path) as opposed to using what's bundled in the extension.
We might want to ensure we always use the bundled version of PTVSD and allow users to configure whether to use bundled version or their own copy of PTVSD.
The text was updated successfully, but these errors were encountered: