You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @2-X I don't see any logs either. Probably vscode doesn't catch console.error calls.
Is it happening for you in particular file or everywhere? Does it work on simple JSON like {"a":1}?
If it's happening for a particular text - could you share this text or minimal reproducing snippet?
Also which operating system, version of VS Code and version of the extension are you using?
Hi, I got the same issue. I tested my file chunk after chunk to find the cause of the error. I looks like this is simply a size issue. Once the file reaches 4 194 288 chars in length, I get the error. Just deleting one single char in the file and it works back.
Whenever I right click and try to copy the path it says
Couldn't copy path.
Unfortunately the error is not more verbose than that. How can I go about debugging this?
The text was updated successfully, but these errors were encountered: