I have a very long JSON string.
On VSCode only the first 10000 characters of a line can be displayed, an ellipsis is shown when the line exceeds 10000 characters, see the screenshot below :
Is it possible to change the maximum line length / column length in the settings?
I actually need to see more of this string because JSON.parse()
doesn't work, there's an error at position 11000, I could use another text editor like Notepad++ to see the rest of the string but I still want to know if it is possible to change the maximum line length / column length in the settings, in the meantime I'll use Notepad++.