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
This was referenced Nov 13, 2018
Suggestion:
|
5 tasks
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: