vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
740 stars 83 forks source link

v0.5.2 does not have the "open" tag anymore #297

Closed ffMathy closed 5 months ago

ffMathy commented 6 months ago

Describe the bug

The open-tag introduced in #237 is no longer available as of 0.5.0. Can we re-introduce it? It's a killer feature in my opinion.

Reproduction

Open a test file. The "@vitest:open" tag is no longer there.

System Info

N/A

Used Package Manager

pnpm

Validations

ffMathy commented 6 months ago

Curious as to the p2-nice-to-have, as it is technically a regression right? It's an advertised feature that is being removed, I suppose?

And if that's the case, we should at least remove its reference from the README.md. But very sad to see this one go in that case 🙁

sheremet-va commented 6 months ago

Just reimplement it, 0.5.0 is a pre-release, it doesn't have half the functionality we had before. We released it so other people could start working on it.