You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vscode): eagerly scan all test files on init to populate test tree
- Add scanAllTestFiles() in src/testTree.ts to find **/*.test.* and **/*.spec.* across workspace, create root TestItems, and parse contents to build children.
- Invoke scanAllTestFiles() in extension constructor and on root resolve to ensure the TestController includes all tests without opening files.
- Keep existing FS watchers for incremental updates.
0 commit comments