I know this is an old thread and only partially relates to my problem but I'm desperate.
I have a file that gives jsx errors on every line. But I don't want to ever use or check jsx. I tried removing an unknown line in package.json that had jsx in it with no improvement. The file is a vue file that uses pug. It has an extension of .vue
. The errors start on line one which is where pug starts.
Is there a way to make vscode permanently forgot jsx exists?
Help would be appreciated.