We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set "xml.symbols.maxItemsComputed": 3, for instance, open a pom.xml, on every keystroke, the limit warning pops up:
The text was updated successfully, but these errors were encountered:
Indeed it misses the JSON part https://github.com/microsoft/vscode/blob/9f709d170b06e991502153f281ec3c012add2e42/extensions/json-language-features/server/src/jsonServerMain.ts#L204 which manages a cache of warning.
And I think we should have the same LimitExceededWarnings class because we will able to to use for other feature like folding, see https://github.com/microsoft/vscode/blob/9f709d170b06e991502153f281ec3c012add2e42/extensions/json-language-features/server/src/jsonServerMain.ts#L500
LimitExceededWarnings
Sorry, something went wrong.
xorye
Successfully merging a pull request may close this issue.
Set "xml.symbols.maxItemsComputed": 3, for instance, open a pom.xml, on every keystroke, the limit warning pops up:
The text was updated successfully, but these errors were encountered: