Sublime Forum

How to disable inline warning in LSP?

#1


When I’m coding and I press command+s, it’s really annoying to see these warnings poping up.
How can I disable it? Please help me.
In the setting of LSP I have disabled all but nothing worked.

    "show_view_status": false,
    "show_diagnostics_panel_on_save": 0,
    "show_diagnostics_in_view_status": false,
    "show_diagnostics_severity_level": 0,
    "diagnostics_panel_include_severity_level": 0,
    "show_code_actions_in_hover": false,
    "show_diagnostics_highlights": false,
    "show_symbol_action_links": false,
    "inhibit_word_completions": false,

I also disabled show_errors_inline in the sublime setting. It didn’t work.
I’ve spent too much time in this small trouble. I really need some helps now.
Thanks in advance!

0 Likes

#2

That looks like another package. LSP’s code actions use blue annotations that float right.

0 Likes

#3

Perhaps it’s Rust Enhanced? Try disabling it first and restart ST to see if the phantom comes from that package. If so, it might have a setting to disable that particular feature.

0 Likes

#4

Thank you. I was being not cautious. I get rid of it now.
Thanks again.

0 Likes