Skip to content
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

Add reason field to Breakpoint #825

Closed

Conversation

Soarex16
Copy link
Contributor

@Soarex16 Soarex16 commented Apr 4, 2024

According to the specification, the Breakpoint type must have reason optional field. This field was introduced in microsoft/debug-adapter-protocol#437.

According to the specification, the Breakpoint type must have `reason` optional field. This field was introduced in microsoft/debug-adapter-protocol#437.
@jonahgraham
Copy link
Contributor

jonahgraham commented Apr 4, 2024

Thanks for the submission. reason was added in 1.64 and LSP4J has only implemented up until 1.60 so far.

I'm therefore not sure what to do with this pull request. Hopefully someone can implement 1.61-1.64 (or 65) so I don't need to decide how to handle this special case.

Would you like to submit a PR to upgrade to 1.64 or 1.65?

@Soarex16
Copy link
Contributor Author

Soarex16 commented Apr 5, 2024

Yes, I would like to prepare PR with an upgrade to the latest version. Then this one should be included in it. Thank you!

@jonahgraham
Copy link
Contributor

That is great @Soarex16 - I look forward to reviewing it when you are ready.

@Soarex16 Soarex16 closed this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants