vtsls icon indicating copy to clipboard operation
vtsls copied to clipboard

Option to suppress certain errors

Open ShogunPanda opened this issue 4 months ago • 1 comments

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!

ShogunPanda avatar Oct 16 '25 13:10 ShogunPanda

Duplicate of #187 . The extension your referred implements this feature using a typescript plugin, which I think could also be applied here.

yioneko avatar Oct 17 '25 01:10 yioneko