-
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
DAP has integer in the spec that probably should be mapped to Integer instead of Long #392
Milestone
Comments
@KamasamaK I have put this to be handled before 0.9.0 ships so that we are only changing this API once. |
jonahgraham
added a commit
that referenced
this issue
Jan 27, 2020
The initial implementation of lsp4j.debug used Long to map JSON's integer values as the debug protocol spec did not provide range information. See also microsoft/debug-adapter-protocol#90
jonahgraham
added a commit
that referenced
this issue
Jan 27, 2020
The initial implementation of lsp4j.debug used Long to map JSON's integer values as the debug protocol spec did not provide range information. See also microsoft/debug-adapter-protocol#90
jonahgraham
added a commit
that referenced
this issue
Jan 30, 2020
The initial implementation of lsp4j.debug used Long to map JSON's integer values as the debug protocol spec did not provide range information. See also microsoft/debug-adapter-protocol#90
Fixed merged as part of PR #401 |
vladdu
pushed a commit
to vladdu/lsp4j
that referenced
this issue
Jan 26, 2021
…d of Long The initial implementation of lsp4j.debug used Long to map JSON's integer values as the debug protocol spec did not provide range information. See also microsoft/debug-adapter-protocol#90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jonahgraham What was the reason for keeping some of the fields as
Long
? All of the numeric properties in the DAP schema appear to beinteger
now. Unfortunately, it doesn't appear that the auto-generated spec file accounts for this since it just uses TypeScript representations. I've opened an issue with DAP for this.Originally posted by @KamasamaK in #376 (comment)
The text was updated successfully, but these errors were encountered: