-
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
Latest python extension for VSCode is failing on azure function debugging #8685
Comments
@svangeti we have released version |
Hi,
Anyway, I downgraded to 2019.10.44104 and it works perfectly Thanks |
@EParisot Can you provide the output for python? At the top you should see something like this. Can you share that? |
@karthiknadig I have nothing il the "Output" pannel ...
|
@EParisot I am particularly looking for the experiment groups that the extension is in. you will get that only in the You should find these lines at the top. Please share all the
The issue is that there is a mismatch in experiment conditions where we check for the debugger version and the corresponding launch arguments. |
Alright, it wasn't obvious to me sry :
|
I also have the same problem. |
✅ Validated, debugging of locally deployed Azure Functions works in 2019.12.51221-dev when in the following experiments:
@svangeti , @EParisot and @Armcollector the fix is available in our latest Insiders build, otherwise it will be deployed in the next release of the Python extension. |
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): XXXlaunch.json:
Expected behaviour
Should be able to debug azure functions from VS Code local
Actual behaviour
Failing the debug with above error.
Steps to reproduce:
Logs
The text was updated successfully, but these errors were encountered: