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 is failng to execute action on autocomplete after rustc and rust-analyzer update to 1.85.0 . Emacs version is 30.1.
In rust you can insert module dependency use line on top of file when clicking in autocomplete menu. But after update it seems to stop working. There is no error on click but there are errors on lsp start, same errors in lsp-start-plain.
Steps to reproduce
Install rust and rust-analyzer 1.85.0 using rustup. Open emacs 30.1 lsp-start-plain, create or open project. Try to type something and autocomplete line that requires import of external module.
Expected behavior
Editor autocompletes line you were typing at and inserts use line on top of the file.
Which Language Server did you use?
Editor autocompletes line you were typing at but doesn't inserts use line on top of the file.
OS
Linux
Error callstack
Error processing message (error"Eager macro-expansion failure: (error \"Unknown lsp-interface pattern: (lsp-interface InlineCompletionList :items)\")"). [3 times]
LSP :: Error from the Language Server: content modified (Unknown error) [2 times]
Anything else?
All other packages are latest version, bytecompile cache removed.
Actions work normally
The text was updated successfully, but these errors were encountered:
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
LSP is failng to execute action on autocomplete after rustc and rust-analyzer update to 1.85.0 . Emacs version is 30.1.
In rust you can insert module dependency use line on top of file when clicking in autocomplete menu. But after update it seems to stop working. There is no error on click but there are errors on lsp start, same errors in lsp-start-plain.
Steps to reproduce
Install
rust
andrust-analyzer
1.85.0 usingrustup
. Open emacs 30.1lsp-start-plain
, create or open project. Try to type something and autocomplete line that requires import of external module.Expected behavior
Editor autocompletes line you were typing at and inserts
use
line on top of the file.Which Language Server did you use?
Editor autocompletes line you were typing at but doesn't inserts
use
line on top of the file.OS
Linux
Error callstack
Anything else?
All other packages are latest version, bytecompile cache removed.
Actions work normally
The text was updated successfully, but these errors were encountered: