-
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: Variable.declarationLocationReference
and Variable.valueLocationReference
are missing
#862
Comments
Hi, @jansorg - the current LSP4J DAP implementation needs updating, it currently on 1.65, but the latest spec is 1.69 and the locationReferences are a new feature in 1.68. I will look at adding the new versions soon to LSP4J, but not sure exactly when. Contributions are welcome and if you can get a PR in I will prioritize that sooner. |
@jonahgraham Thanks! |
lsp4j/org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend Line 3342 in fea59ba
|
#863 should sync the current DAP implementation with the latest spec. |
@jonahgraham I've finished the pull request to sync with the DAP 1.69 spec. I'd appreciate if this was shipped with the next release. |
Wonderful, thanks for doing that work. I will review it and, if ready, will merge soon...
... once merged it will be in snapshots on maven central. We haven't discussed a next release date, but if you have input on when it would mesh well with your schedule can you comment on #834 |
0.24.0-SNAPSHOT should now include this change. LMK if you see anything awry. |
The DAP spec defines properties
declarationLocationReference
andvalueLocationReference
for typeVariable
.https://microsoft.github.io/debug-adapter-protocol//specification.html#Types_Variable
But LSP4J's
Variable
does not define these properties.The text was updated successfully, but these errors were encountered: