-
Notifications
You must be signed in to change notification settings - Fork 137
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
Enable overriding "pythonPath" in the launcher #463
Labels
enhancement
New feature or request
Comments
As described here: microsoft/vscode-docker#2455 (comment) |
int19h
added a commit
to int19h/debugpy
that referenced
this issue
Nov 10, 2020
Add "debugLauncherPython" debug config property to customize Python interpreter used to spawn the launcher.
I can confirm backing out to docker versions 1.6.0 and python (extension) version 2020.8.109390 will work around this regression. |
I think reverting Docker shouldn't be necessary. |
int19h
added a commit
to int19h/debugpy
that referenced
this issue
Nov 11, 2020
Add "debugLauncherPython" debug config property to customize Python interpreter used to spawn the launcher.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem: microsoft/vscode-docker#2455 (comment)
To solve this, the launcher needs to provide some way to override "pythonPath" that comes from the client (via the adapter), such that the custom launcher script that the Docker extension registers can change it.
The text was updated successfully, but these errors were encountered: