micro-plugin-lsp icon indicating copy to clipboard operation
micro-plugin-lsp copied to clipboard

can't get ignore messages to work

Open plutonium-239 opened this issue 9 months ago • 0 comments

While linting, I want to get rid of E501 line too long (x > 79 characters) so I tried added the following to my config, but nothing worked, even after restarting micro:

    "lsp.ignoreMessages": "E501 line too long",
    "lsp.ignoreMessages": "E501",

I'm using the latest version 0.6.3 and also checked that it wasn't working with 0.6.2.

plutonium-239 avatar Mar 12 '25 10:03 plutonium-239