firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
264 stars 124 forks source link

VS Code toggles on/off the jest runner options of Run and Debug when saving the code #298

Open ankitbtanna opened 1 year ago

ankitbtanna commented 1 year ago

I try to save the code of my spec file. Before saving, Run/Debug are visible and they take up the slightest of space. When I press Ctrl+S, VS Code, removes run and debug and then again adds it. This causes a bit of annoyance. Is it any other plugin that is causing or is it jest runner's issue?

domsleee commented 11 months ago

Does this problem still occur?