How do you uninstall lsp servers. I see the functions to update and install, but none to remove or uninstall.
I am using spacemacs, but an answer for vanilla emacs still helps.
How do you uninstall lsp servers. I see the functions to update and install, but none to remove or uninstall.
I am using spacemacs, but an answer for vanilla emacs still helps.
The problem was spacemacs was calling the package mspyls
and list-packages
has it under lsp-python-ms
.
To uninstall do M-x list-packages RET
, search for the package, hit d
with your cursor on the package, then x
to execute deletion.
To uninstall a lsp server in Spacemacs delete the folder that has a similar name from ~/.emacs.d/.cache/lsp/
The folder name may have a different name because the folder name is the full name of the lsp-server.
If it is not there, try looking at sub-directories in that folder. After deleting restart emacs.