typescript-tools.nvim
typescript-tools.nvim copied to clipboard
Can not filter out diagnostics
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 }),
}
only after I run ":LspStop ts_ls", it disappeared.
lmao, do you by any chance experience this too?, your message could be gone if you used the right error code 80001