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 the document, the only thing textDocument/signatureHelp provides about the current document is the uri of it.
If the language server don't know the version, is it possible to confirm or constrain the didChange request to be later than signatureHelp ? Because usually when the document content changes, the language server needs to re-compile to obtain the information required by signature help. The language server needs to handle signature help after compiling, or, the language server can know that the content didn't change by comparing document versions between signatureHelp and didChange