-
Notifications
You must be signed in to change notification settings - Fork 405
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
Update LSP jar for NPE that happens during computing references #1245
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1245 +/- ##
===========================================
- Coverage 71% 70.97% -0.03%
===========================================
Files 196 196
Lines 7397 7397
Branches 781 781
===========================================
- Hits 5252 5250 -2
- Misses 1989 1990 +1
- Partials 156 157 +1
Continue to review full report at Codecov.
|
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.
Let me know if you need help merging this given the current test failure caused by vscode 1.33
@lcampos Can you please help merge? The test failure is not letting me to merge. |
What does this PR do?
Updates LSP jar with the latest LSP changes.
What issues does this PR fix or reference?
Fixes an NPE that was being caused by adding references to type/member which are null during computing of references.
@W-6022740@