AlchemicRaker / alchemy65

A vscode debugger extension for NES projects using cc65 and ca65.
MIT License
18 stars 4 forks source link

Detected build errors aren't cleared after fix & rebuild. #8

Open kevmar opened 1 year ago

kevmar commented 1 year ago

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.