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
I have yaml.maxItemsComputed configured to 100000 in my user settings and 500000 in my .code-workspace settings, and yet when I open a large yaml file in my workspace (an OAS spec FWIW), I still get a toast that document symbols have been limited to 5000.
The large file in question is just under 500000bytes, so it can't possibly have more than 500k symbols.
I was hoping there might be some informative output in the YAML Support output view, but it is completely empty.
Expected Behavior
The setting should be obeyed.
Current Behavior
A warning toast is shown. It is not immediately clear to me if document symbols have actually been limited however, or if the toast is a false positive.
Steps to Reproduce
Create a multi-project .code-workspace
Change settings as noted above
Open a large yaml file
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Describe the bug
I have
yaml.maxItemsComputed
configured to100000
in my user settings and500000
in my.code-workspace
settings, and yet when I open a large yaml file in my workspace (an OAS spec FWIW), I still get a toast that document symbols have been limited to5000
.The large file in question is just under
500000
bytes, so it can't possibly have more than 500k symbols.I was hoping there might be some informative output in the
YAML Support
output view, but it is completely empty.Expected Behavior
The setting should be obeyed.
Current Behavior
A warning toast is shown. It is not immediately clear to me if document symbols have actually been limited however, or if the toast is a false positive.
Steps to Reproduce
.code-workspace
Environment
The text was updated successfully, but these errors were encountered: