Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
133 views

When starting my editor with pylsp inside a projects folder I can see the LSP root dir is chosen to be the top folder, where .git is. However the python code is located in a subfolder so the ...
Moberg's user avatar
  • 5,636
3 votes
1 answer
674 views

I use nvim with packer but after installation of pylsp with Mason, I have this error: Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/client.lua:588: RPC[Error] ...
Wiskani's user avatar
  • 39
2 votes
0 answers
2k views

When using pylsp with Neovim, I get errors such as E302 expected 2 blank lines, found 1 and E741 ambiguous variable name 'l'. Simple formatting errors such as these seem pointless to me and clutter my ...
ethananthony271's user avatar
1 vote
1 answer
587 views

I am using Pyright LSP as main LSP server and pylsp for pep8 validation but is there problem with renaming. It happens 2 times a row: one from Pyright and another from pylsp. What is wrong in my ...
Gosha null's user avatar
1 vote
0 answers
142 views

I've been using the python-lsp-server to analyze a Python project and extract symbol definitions and references. The server works well for explicit imports, but I've encountered an issue when dealing ...
Exploring's user avatar
  • 3,683