-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Docker launch config not running after last update #173319
Comments
closed by mistake ... missclicked :) |
I have this exact same issue and it has broken the ability for me to debug any python projects with docker. I can confirm that when I did a portable install of an older version (v1.65.2) that the debugging functionality worked again. When I change nothing and open the same project in 1.75.0 I receive the same message as stated in the issue above and there is no indication of what the root cause is ... or at least it is not apparent to me. |
I can confirm this bug === VSCode ==== Our team encountered same bug on Windows and Ubuntu recently. |
Same issue here It works after downgrading vscode to 1.74 and reinstalling python extension |
Please file this on the Python extension repo, thanks |
Does this issue occur when all extensions are disabled?: Yes/No - NOT VALID - issue needs extensions
After Update of Python extension to
v2023.2.0
, when using configuration defined in launch.json with Docker - e.g."name": "Docker: Python gunicorn"
, I get an popup errorInvalid message: "pythonPath" is not valid if "python" is specified
I cannot locate this error in any OUTPUT window.
I'm pretty sure, that everything worked before the update, because I committed those files to git yesterday. When this stopped working I checked them out to see if maybe I made a mistake somewhere, but no.
This doesn't happen when I run the
.py
file locally, nor when I build and run container manually.I've downgraded to
1.74.3
and it's all fine.Reinstallation of vscode and deleting
.vscode
folder doesn't help either.launch.json
tasks.json
The text was updated successfully, but these errors were encountered: