[LSP Spec]: In response of signatureHelp, activeSignature
starts from 1
#972
Labels
awaiting response
waiting for more info from the author - will eventually close if they don't respond
language server
I recently discovered a problem when using basedpyright on neovim
But this problem should not require code to reproduce. You only need to find a python method with parameters to verify it.
main
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#signatureHelp
According to doc,
activeSignature
should start from 0, but now it is start from 1I'm not sure if this is really a problem, so I'll ask and if there is no problem please close the issue.
The text was updated successfully, but these errors were encountered: