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
After updating to the latest lsp version, lsp-mode stopped working with the following error Error running timer: (void-variable lsp-inline-completion-enable), incidentally this PR was merged recently which I assume caused the issue #4633.
Errors don't appear on flycheck either
Steps to reproduce
Open typescript file with mode associated to lsp mode
See error in message buffer
Expected behavior
lsp features (completion, linting warning/errors) should work
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
After updating to the latest lsp version, lsp-mode stopped working with the following error
Error running timer: (void-variable lsp-inline-completion-enable)
, incidentally this PR was merged recently which I assume caused the issue #4633.Errors don't appear on flycheck either
Steps to reproduce
Open typescript file with mode associated to lsp mode
See error in message buffer
Expected behavior
lsp features (completion, linting warning/errors) should work
Which Language Server did you use?
typescript-language-server
OS
Linux (NixOS)
Error callstack
Anything else?
Couldn't reproduce the issue with lsp-start-plain
The text was updated successfully, but these errors were encountered: