[READ-ONLY] Mirror of https://github.com/vitest-dev/vscode. VS Code extension for Vitest vitest.dev/vscode
testing vitest vscode

feat: support .each suite execution by regex (#214) master

* dev: adapt to vitest@1.2.0 * a * fix import error * revert vitest version to latest * feat: support .each suite execution by regex * wip * fix state syncing of multiple test cases * fix: use exact match for test tasks grouping * fix: .each test's dollar template replacement * lint * merge * Update runner.test.ts * fix tests * Update each.test.ts * refactor * Update testName.ts