You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't happen 100% consistently, but I've found it's pretty consistently reproducible immediately after adding a language server definition. If I try to use the IDE's native Find Usages, it fails with:
while clicking on the XXX references inlay produces the correct result:
The text was updated successfully, but these errors were encountered:
I've already started investigating this one a bit. The problem seems to be in SearchTargetVariantsDataRule#targetVariants where TargetElementUtil#findReference is returning null. I'm going to try to get into a situation where it doesn't return null to determine the difference between when it works and when it doesn't.
This doesn't happen 100% consistently, but I've found it's pretty consistently reproducible immediately after adding a language server definition. If I try to use the IDE's native Find Usages, it fails with:
while clicking on the
XXX references
inlay produces the correct result:The text was updated successfully, but these errors were encountered: