You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also try reproduce the issue using clean environment using the following command: M-x lsp-start-plain
Bug description
(lsp-version) and recently introduced(lsp-package-version) functions return error if the lsp-mode package is installed via non recommended methods, e.g. via elpaca or straight.el, and not with standard package.el. It was not a problem until recent introduction of lsp copilot feature (Commit 83da5b6). Now it seems the error prevents lsp from initializing (see backtrace).
Steps to reproduce
Install latest version of the package via elpaca or straight.el.
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
(lsp-version)
and recently introduced(lsp-package-version)
functions return error if thelsp-mode
package is installed via non recommended methods, e.g. viaelpaca
orstraight.el
, and not with standardpackage.el
. It was not a problem until recent introduction of lsp copilot feature (Commit 83da5b6). Now it seems the error preventslsp
from initializing (see backtrace).Steps to reproduce
elpaca
orstraight.el
.lsp
in a buffer.Expected behavior
Successful connection to a language server
Which Language Server did you use?
Pyright, fort-ls
OS
Linux
Error callstack
Anything else?
No response
The text was updated successfully, but these errors were encountered: