explore-frontend / vscode-vitest-runner

Run your testcase by vitest.
https://marketplace.visualstudio.com/items?itemName=kingwl.vscode-vitest-runner
MIT License
23 stars 20 forks source link

Please add option to hide debug as a code lens option #14

Open tylerkilburn opened 5 months ago

tylerkilburn commented 5 months ago

One feature I like in Jest Runner is the option to select which code lens items show.

It would be awesome to have a config option that allows only 'run' to show. I find myself never using debug and often misclick it instead using run.

For reference, this is what jest exposes in the vscode config: image

Thank you 🙏