Describe the bug
After correcting code to eliminate an error, and saving the fie, the previous problem and flagging of the problem does not go a way.
To Reproduce
Make a simple type error in any code. For example use "string" instead of String. Save the file and see the proper error message and red underlining appear. Now change the code from "string" to "String". Save the file. The error message and red underlining do not go away. Close VScode and re-open it. The error message and underlining finally go away.
Expected behavior
Once error is corrected and file is saved, the red underlining and error messages should go away.
Piece of Code
see screenshot
Screenshots

Desktop (please complete the following information):
- OS: Ubuntu 22.04 LTS
- Crystal version: 1.11.2
- This plugin version: 0.9.3
- VS Code version: 1.87.2
Additional context
Add any other context about the problem here.