LSP-rust-analyzer icon indicating copy to clipboard operation
LSP-rust-analyzer copied to clipboard

“Extract module to file” does not work

Open jtojnar opened this issue 1 year ago • 0 comments

If I run LSP: Code Action on mod foo part of the following Rust file:

mod foo {}

The Extract module to file action is offered.

But when I invoke it, nothing happens and I see the following in the status bar:

Failed to apply code action: Client does not support create capability. (-32803)

ST: 4168 LSP: 1.28.0 LSP-r-a: 1.9.1

jtojnar avatar Feb 01 '24 19:02 jtojnar