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