casual-simulation / casualos

Casual Open Simulation for the Web
https://ab1.bot
MIT License
48 stars 8 forks source link

Add the ability to enable semantic error highlighting #448

Closed KallynGowdy closed 1 week ago

KallynGowdy commented 3 months ago

Currently, all semantic highlights are disabled to prevent information overload for older projects. Ideally, users would be able to enable semantic error highlighting so that semantic programming errors are made more visible in the monaco editor.

The showScriptIssues tag on the configBot should be able to be used for this. When set to true, the editor should show all script errors.