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
In editors such as Sublime Text, inlay hints do not show up until an edit is made to a document. As Rafał has mentioned:
Server initially responds with an error to textDocument/inlayHint requests as it's still initializing.
Since in the new spec version there exists a workspace/inlayHint/refresh notification (and we support it), it would be most natural if the server would send it once it finishes loading.
Please see related documentation for workspace/inlayHint/refresh here.