-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Backport to 3.3.x] Fix the debug modules model #11967 #11968
[Backport to 3.3.x] Fix the debug modules model #11967 #11968
Conversation
Thanks for making a pull request to jupyterlab! |
CI is green, this is ready to merge. |
Closing/Opening to relaunch CI |
@krassowski I have relaunched and it is green. This can be merged. |
@fcollonval Will be great if you could look at this to get it for the proposed 3.3. alpha this week I have mentioned on #11643 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @echarles
Backport of #11967
We need to respect the debug modules https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Modules
This PR updates the layout of the returned JSON (reply on the modules request) to respect the spec.
Also remove commented code.