simondotm / beeb-vsc

Visual Studio Code Extension to support code development for BBC Micro
https://marketplace.visualstudio.com/items?itemName=simondotm.beeb-vsc
MIT License
13 stars 3 forks source link

Limit display of SyntaxError_SecondPassProblem in diagnostics #123

Closed tommy9 closed 5 months ago

tommy9 commented 5 months ago

Similar to AssembleError_InconsistentCode, once this error appears for one statement, it can happen for all subsequent statements, so better to set a limit. May be able to reuse _hadConsistencyError from objectcode.ts (or copy if don't want to link them).