-
Notifications
You must be signed in to change notification settings - Fork 148
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
Sync DAP interfaces and types with DAP 1.69.x spec #863
Conversation
3b031ef
to
b51afd4
Compare
b28b343
to
17165d0
Compare
…tion to declarations, and a corresponding locations request.
…om debug adapters.
4eac9b4
to
ac74e5b
Compare
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 @jansorg for doing all the heavy lifting here on bringing this up to 1.69.
I added a few additional documentation changes and the missing supportsDataBreakpointBytes
in Capabilities
.
Can you have a look at the changes I just pushed to ensure that I didn't undo anything you intentionally did.
Thanks again!
@jonahgraham Thanks for the review! Your changes seem fine to me. |
Closes #862
This syncs LSP4J's data types and interfaces with the latest version of the DAP specification, version 1.69.
I kept the commit messages the same as the items in the DAP changelog at https://microsoft.github.io/debug-adapter-protocol/changelog