teal-language / vscode-teal

Teal language support for Visual Studio Code
MIT License
76 stars 11 forks source link

Ignore Next Line #41

Open FredericoR opened 3 years ago

FredericoR commented 3 years ago

Hi, thanks for the amazing project.

I am starting to move some of my lua file to teal and I am noticing a lot of errors that either I am being unable to fix or they are "unfixable" for now.

Is there a way I can ignore certain errors in the next line or in the entire file? like //@ts-ignore of the ones from the lua vscode extension?

Thanks

pdesaulniers commented 3 years ago

Hi, good question! Perhaps this feature could be implemented in tl directly. I have created an issue there: https://github.com/teal-language/tl/issues/451