Closed drusmanbashir closed 2 years ago
Failed to reproduce. What is you lsp, pyright, jedi, pylsp?
Hi the lsp is pyright.
It looks good to me. Could you enable debug mode and capture logs for me?
cfg = {
debug = true, -- set to true to enable debug logging
log_path = vim.fn.stdpath("cache") .. "/lsp_signature.log", -- log dir when debug is on
}
require("lsp_signature").setup(cfg)
The log should be ~/.cache/nvim/lsp_signature.log
The error seems to be gone for me too! Thanks for looking into this.
Hi, This new error has been appearing for some days when I start calling a particular class method inside python. Ony happens when the class has more than one tuple as a default argument.
To reproduce, copy-paste below code and start creating an object of this class.
like so..