Build errors detected by the extension are propagated to the Problems list, but do not go away after the problem is resolved. For example, I can add some garbage to an assembly file, and I will see an entry like:
';' expected [Ln 115, Col 1]
I remove the garbage and the program builds without issues, but I still see
';' expected [Ln 115, Col 1].
Clicking the problem entry now jumps to a correct but irrelevant portion of the code on line 115, which is marked up with the squiggly red error underline style.
Build errors detected by the extension are propagated to the Problems list, but do not go away after the problem is resolved. For example, I can add some garbage to an assembly file, and I will see an entry like:
';' expected [Ln 115, Col 1]
I remove the garbage and the program builds without issues, but I still see
';' expected [Ln 115, Col 1].
Clicking the problem entry now jumps to a correct but irrelevant portion of the code on line 115, which is marked up with the squiggly red error underline style.