In vscode, when you try to open a big JSON file which generates many symbols, the outline doesn't show the all symbols and you have this warning message:

It should be fine to do that in vscode-xml with the xml.maxItemsComputed with 5000 by default like JSON. It will avoid freezing vscode with a big XML file (the enable/disable settings that we have is too limited)
If you download for instance the big XML Schema https://github.com/redhat-developer/vscode-xml/files/4029276/AUTOSAR_00048.zip you open in vscode will see that vscode freeze when you open it and when you update it as soon as Outline is filled.
In vscode, when you try to open a big JSON file which generates many symbols, the outline doesn't show the all symbols and you have this warning message:
It should be fine to do that in vscode-xml with the
xml.maxItemsComputedwith 5000 by default like JSON. It will avoid freezing vscode with a big XML file (the enable/disable settings that we have is too limited)If you download for instance the big XML Schema https://github.com/redhat-developer/vscode-xml/files/4029276/AUTOSAR_00048.zip you open in vscode will see that vscode freeze when you open it and when you update it as soon as Outline is filled.