Context
src/tool-configs.ts VSCODE_VARIANTS = ["Code", "Code - Insiders", "Cursor", "VSCodium", "Windsurf"] is used to probe globalStorage for installed tools. Newer forks (Trae, Void, Positron, Cursor Nightly, Windsurf Next) ship the same layout but are not probed.
Task
Extend the list (or make it data-driven) and add a test asserting every tool with a VS Code fork detection story is covered.
Acceptance criteria
Test added; at least Trae and Cursor Nightly detected when present.
Context
src/tool-configs.tsVSCODE_VARIANTS = ["Code", "Code - Insiders", "Cursor", "VSCodium", "Windsurf"]is used to probe globalStorage for installed tools. Newer forks (Trae, Void, Positron, Cursor Nightly, Windsurf Next) ship the same layout but are not probed.Task
Extend the list (or make it data-driven) and add a test asserting every tool with a VS Code fork detection story is covered.
Acceptance criteria
Test added; at least Trae and Cursor Nightly detected when present.