sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tried to disable cargo check inline hints, doesnt work

alexzanderr opened this issue · comments

i have this situation
image

and these settings (LSP-rust-analyzer.sublime-settings):

// Settings in here override those in "LSP-rust-analyzer/LSP-rust-analyzer.sublime-settings"
{
    "selector": "source.rust",
    "command": ["${storage_path}/LSP-rust-analyzer/rust-analyzer"],
    "settings": {
        "rust-analyzer.lens.debug": false,
        "rust-analyzer.lens.enable": false,
        "rust-analyzer.lens.run": false,

        "rust-analyzer.inlayHints.enable": false,
        "rust-analyzer.checkOnSave.allTargets": false,
        "rust-analyzer.checkOnSave.enable": false,
        "rust-analyzer.diagnostics.enable": false,
    }
}

the inline hints are still here ... the settings dont apply.

how can i fix that?

i just want to disable cargo check inline hints.

thanks in advance.

my bad. this is not from LSP plugin.

that was from Rust Enhanced sublime plugin.