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
The LSP specification says that LocationLink[] support should depend on the client capability textDocument.definition.linkSupport, but the server doesn't appear to actually do this.
This issue came up recently with eglot, a client for emacs, here: joaotavora/eglot#711
There is an example in the linked issue. The version of lua-language-server used there is 2.3.1.