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
@jrieken I looked at the code and this seems to be a problem already with the VS Code API. I couldn't find a way how we would tell the signature help provider that the user actually has chosen the second signature.
I tested this with TS and it always falls back to the first signature that matches the types parameters regardless which one I selected before.
Expected:
The selected active signature should not change.
Actual:
The selected active signature changes to the first one.
This occurs because there is no mechanism in the LSP for the client to send a message to the server that the active signature has changed.
The text was updated successfully, but these errors were encountered: