To run SynapseAudit, the developer explicitly initiates analysis through VS Code.
Common ways to do this include:
Using the Command Palette
Triggering a context menu action
Interacting with the extension’s UI controls
Each action initiates a single analysis cycle.
When analysis is triggered:
The current editor context is captured
The appropriate scope is determined
Analysis begins immediately
There is no delay, queue, or background process involved. The analysis you trigger is the analysis that runs.