These settings control the real-time validation engine that checks your Sequence programs for errors and warnings as you edit.
| Setting ID | automationView.showDiagnostics |
| Type | boolean |
| Default | true |
When enabled, AutomationView continuously validates your Sequence programs and shows errors and warnings directly in the editor. Diagnostics include:
When disabled, no validation runs and no diagnostic markers appear. You may want to disable diagnostics temporarily if you are working on a large project and want maximum editor performance.
It is recommended to keep diagnostics enabled. Catching errors early saves time when you move to emulation or code generation.
{
"automationView.showDiagnostics": true
}
| Setting | Type | Default | Description |
|---|---|---|---|
| Show Diagnostics | boolean | true | Enable real-time program validation |