danschultequb / qub-typescript-xml-vscode

This extension provides XML language support for VS Code, beyond simple text coloring.
MIT License
7 stars 0 forks source link

Large file size issues #18

Open fergardi opened 4 years ago

fergardi commented 4 years ago

Hello!

Usually the XML validator works fine out of the box, but when in huge files (around 2500+ lines of XML) it stops validating structural problems.

I have several files of 50k+ lines that I want to validate using this extension. Is there a setting I could change to improve the functionality? Is there a maximum ammount of errors that can be detected at the same time? Or a maximum number of lines/blocks? A memory issue? What could be the problem?

Thanks in advance.