vscode-tmlanguage icon indicating copy to clipboard operation
vscode-tmlanguage copied to clipboard

[BUG] Parse error json

Open BlackYuzia opened this issue 6 years ago • 5 comments

With use this extension in vscode. I always get error with all json files about parse.

Example: image

I use latest version of application (extension)

BlackYuzia avatar Dec 19 '19 12:12 BlackYuzia

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.

jan-dolejsi avatar Mar 10 '20 22:03 jan-dolejsi

This extension is clearly very buggy and not being maintained, so it looks like the only way out is to disable it.

vthorsteinsson avatar Apr 29 '20 20:04 vthorsteinsson

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)

macintacos avatar May 29 '20 17:05 macintacos

I was tortured for months by this bug, thank you very much. Uninstalling the extensions is the fix for this.

firststef avatar Sep 09 '20 08:09 firststef

Jeez, glad I found this, this has been annoying me for so long

Nixinova avatar Apr 01 '21 21:04 Nixinova