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
…and it makes my life completely miserable. Basically, if you have a function such as openDir and you only put the path in (openDir(".", ), then ZLS would set the inlay hints of the return type as the body of the function.
EDIT: this happens when the function returns an error, actually. So basically, if try is not present, nor catch.
This is:
Off setting; I don’t think it’s information that should leak to the return type.
Extremely annoying when working with editor displaying them on the fly (I’m using Kakoune + kakoune-lsp); it shifts the view to the right with extreme padding (see attached screenshot).
The text was updated successfully, but these errors were encountered:
…and it makes my life completely miserable. Basically, if you have a function such as
openDir
and you only put the path in (openDir(".",
), then ZLS would set the inlay hints of the return type as the body of the function.EDIT: this happens when the function returns an error, actually. So basically, if
try
is not present, norcatch
.This is:
kakoune-lsp
); it shifts the view to the right with extreme padding (see attached screenshot).The text was updated successfully, but these errors were encountered: