Skip to content
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

Large span for while loop informational message causes UI overload #1390

Open
jaylorch opened this issue Jan 15, 2025 · 0 comments
Open

Large span for while loop informational message causes UI overload #1390

jaylorch opened this issue Jan 15, 2025 · 0 comments
Assignees

Comments

@jaylorch
Copy link
Collaborator

When using the verus-analyzer plugin in VS Code, if there's an informational message about a while loop like while loop: not all errors may have been reported; rerun with a higher value for --multiple-errors..., the associated span is the entire while loop including all invariants and the body. This causes it to all be underlined in blue squiggles in VS Code, which makes it very difficult to work with. Could you please change this informational message to only span the keyword while?

See illustration below.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants