Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix angry module LSP diagnostic (#6086)
### What was changed? Improve LSP diagnostics, so instead of <img width="278" alt="image" src="https://github.com/user-attachments/assets/36977d46-a9e0-406c-af33-7a317426a767" /> the IDE shows <img width="250" alt="image" src="https://github.com/user-attachments/assets/87c9c5df-89a4-49ea-8882-8322881dad19" /> For the errors: `not resolving module '_module' because there were errors in resolving its nested module 'A'"` `boolean literal used as if it had type int"` ### How has this been tested? - Added an LSP test <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
- Loading branch information