Closed ajubin closed 3 years ago
@firsttris any update for this pr ?
sorry mate, i was so bussy :(
good work, i reviewed your PR
merged
Hi, thanks for the merge :)
After some thoughts, I find it useful to have a debug codeLens because I run my tests more often in watch mode as in debug mode. Maybe this could be configured via settings.
For instance, instead of this
"jestrunner.disableCodeLens": false
we could have something like this :
"jestrunner.codeLens": ["run", "watch", "debug"]"
whats your opinion ?
sounds good
Besides
debug
andrun
, it could be useful to be able to quickly launch test in watch mode