Closed dackon closed 3 years ago
From Troubleshooting section:
- If you manage your Emacs packages with the built-in package.el, we recommend the following procedure to update your packages:
* Delete your LSP-related packages
* Restart Emacs
* Install the new versions of the packages.
Thank you for reply. I found the issue, it was because someone broke markdown-mode package, put 'Process deleted ...' in 'markdown-mode.el'. That is the reason compiler complains variable 'Process'. They just restored the package. After I reinstall markdown-mode, the problem was fixed.
Thank you for the bug report
lsp-mode
related packages.where
lsp-start-plain.el
can be downloaded here. Alternatively, it will be great if you can reproduce the issue using lsp-docker which provides the minimal configurations forlsp-mode
and ships with most of the language servers.Bug description
When I update the lsp-mode (lsp-mode-20210613.1645), I got lots of errors in compile-log
Steps to reproduce
M-x package-reinstall Enter lsp-mode
Compile-Log output:
Expected behavior
No error
Which Language Server did you use?
lsp-go lsp-pyright
OS
MacOS
Error callstack
No response
Anything else?
No response