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
1) From LSP spec 3.16 to 3.17, dropping the location attribute from the
response to `workspace/symbol` is only permitted if the client
capability `workspace.symbol.resolveSupport` is advertized. Without
this setting, the `location` attribute should be present.
2) `findDeclarationCursorSite` constructs a location using a non-uri
path in the uri property. This leads to document symbol rename
for example to not work.
3) THe stdio backend for logging accidentally overrides the stdout
backend with the one meant for stderr.
0 commit comments