When a file has an error and a QuickFix is applied, the old quickfixes are not cleared and become irrelevant. Given this ts file: ```ts function foo(){ prin() } ``` See the demo which shows in action the problem:  The problem has been reported at https://github.com/OpenLiberty/liberty-tools-intellij/issues/688