sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
70 stars 11 forks source link

A way to disable assists (Code Actions)? #69

Closed YurySolovyov closed 2 years ago

YurySolovyov commented 2 years ago

Says it all in the title.

rwols commented 2 years ago

Run Preferences: LSP-rust-analyzer Settings from the command palette and add

{
    "disabled_capabilities": {
        "codeActionProvider": true
    }
}