typescript-tools.nvim icon indicating copy to clipboard operation
typescript-tools.nvim copied to clipboard

Can not filter out diagnostics

Open winkee01 opened this issue 9 months ago • 1 comments

Hello, I use this int "typescript-tools" config to filter out diagnostics, however, diagnostics still showed:

handlers = {
          ["textDocument/publishDiagnostics"] = require("typescript-tools.api").filter_diagnostics({ 80001 }),
}

Image

only after I run ":LspStop ts_ls", it disappeared.

winkee01 avatar Mar 03 '25 22:03 winkee01

lmao, do you by any chance experience this too?, your message could be gone if you used the right error code 80001

WECLEYArtz avatar Mar 16 '25 17:03 WECLEYArtz