-
Notifications
You must be signed in to change notification settings - Fork 1.7k
vscode rust-analyze always report "Request textDocument/semanticTokens/range failed." #12095
New issue
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
Comments
Same Issue. I have reinstalled it again, but it seems not to work.
|
This is chalk overflowing on your project, its a known problem but not something we can currently fix. You can disable semantic highlighting in your editor to circumvent it constantly crashing. |
Can't reproduce because |
Increase defalt chalk overflow depth to match max solver size TBC: - #12279: ok above 480 - ~~#12182~~ - ~~#12095~~ - #11902: ok above 350 - ~~#11668~~ - #11370: ok above 450 - #9754: probably ok above 250 (!), and the code in cause and branch are gone Closes #12279 Closes #11902 Closes #11370 Closes #9754
Closing as we have a bunch of chalk overflow issues already |
I know this has been closed, but I seem to be getting this on a brand new installation of VS Code and rust-analyzer. Disabling semantic highlighting seems to have helped, so this is probably still chalk overflowing? Click to expand LSP error
|
Thank you! |
The text was updated successfully, but these errors were encountered: