We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I run LSP: Code Action on mod foo part of the following Rust file:
LSP: Code Action
mod foo
mod foo {}
The Extract module to file action is offered.
Extract module to file
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I run
LSP: Code Action
onmod foo
part of the following Rust file:The
Extract module to file
action is offered.But when I invoke it, nothing happens and I see the following in the status bar:
ST: 4168
LSP: 1.28.0
LSP-r-a: 1.9.1
The text was updated successfully, but these errors were encountered: