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
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.
The text was updated successfully, but these errors were encountered:
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 entirewhile
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 keywordwhile
?See illustration below.
The text was updated successfully, but these errors were encountered: