Any chance of support for in-source testing
I noticed the extension doesn't pick up on in-source tests. Any chance this feature will be supported in the future. I might be willing to contribute to a PR if I new it wouldn't sit dead in the PR board indefinitely.
PR is welcomed!
Hi @zxch3n, if we want to support In-source Testing in VSCode, we should add options to configure includeSource and dedect some files when there is a if (import.meta.vitest){ } block in source code.
What should I do to make the plugin for VS Code work?

Hello, did you find a solution ?
In-source tests are supported in pre-release 0.5.0 and higher. Note that the extension now requires Vitest 1.4.0 or higher.