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
Most often I don't see this causing any problem, because clojure-lsp works as a the fallback for the lookup. But if clojure-lsp is not enabled, or if this happens in a file where clojure-lsp is not active, it will fail. And it seems the fallback also fails at times for some users, anyway.
The text was updated successfully, but these errors were encountered:
Trying to go to definition on something like
#'bar/baz
, we are sending'bar/baz
with theinfo
message, which the nrepl server doesn't find.Most often I don't see this causing any problem, because clojure-lsp works as a the fallback for the lookup. But if clojure-lsp is not enabled, or if this happens in a file where clojure-lsp is not active, it will fail. And it seems the fallback also fails at times for some users, anyway.
The text was updated successfully, but these errors were encountered: