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
It is not hover==null
it is hover.getRange()==null, so if you you hover the cursor over a character of a symbol you do not get the position ranges of the symbol.
DSL4GA_LSP package:
Test HoverTest failed because
Future future = truffleAdapter.hover(uri, line, column);
Hover hover = future.get(); // FIXME hover.getRange()==null
It looks that there is a bug in the language itself.
The text was updated successfully, but these errors were encountered: