Phrogz / visual-scxml-editor

VS Code extension for visualizing and graphically editing SCXML statecharts
MIT License
13 stars 1 forks source link

Show SCXML parse errors in a Problems panel #35

Closed Phrogz closed 1 year ago

Phrogz commented 1 year ago

Hand-editing XML can easily produce invalid markup. We know about this markup and log to the debug console in a stream of errors.

Instead, we should show errors in the Problems panel, and clear those errors when complete.

Phrogz commented 1 year ago