vtsls
vtsls copied to clipboard
Option to suppress certain errors
Hi! Does this language server support an option to list certain TypeScript errors to be ignored? My context is that I'm on a mixed JS/TS project and I get a lot of errors I can't handle.
Currently in VSCode I'm using https://github.com/zardoy/vscode-disable-ts-errors but I'd like to have an editor agnostic solution. Thanks!
Duplicate of #187 . The extension your referred implements this feature using a typescript plugin, which I think could also be applied here.