[BUG] Parse error json
With use this extension in vscode. I always get error with all json files about parse.
Example:

I use latest version of application (extension)
I am getting this error with other files that are not JSON at all. Very quickly my workspace is showing hundreds of stale problems, which renders other valid problems from other extensions useless, because you cannot find them among the hundreds of problems generated wrongly by this extension.
This extension is clearly very buggy and not being maintained, so it looks like the only way out is to disable it.
I used this as an opportunity to ask for better debug logging in VSCode, since it wasn't immediately apparent to me what extension was causing it (and didn't want to disable extensions one by one to figure it out). A neat side effect of this currently-broken extension! 😅
See: https://github.com/microsoft/vscode/issues/96837 (note it's only available in Insiders right now)
I was tortured for months by this bug, thank you very much. Uninstalling the extensions is the fix for this.
Jeez, glad I found this, this has been annoying me for so long