Vscode-jest: Debug codeLens disappears after test passes

Created on 10 Oct 2018  路  2Comments  路  Source: jest-community/vscode-jest

Not sure if this is related to #374, or WAI, but I would like the ability to debug a test case anyway, even if it passes. With v2.9.2, I see the "Debug" CodeLens only above failed tests.

Most helpful comment

I think it is similar to #374... yes you can achieve this by customize jest.debugCodeLens.showWhenTestStateIn in settings, see here for detail.

All 2 comments

I think it is similar to #374... yes you can achieve this by customize jest.debugCodeLens.showWhenTestStateIn in settings, see here for detail.

The solution of using the setting solved the issue for me. I'd nominate that this issue be closed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dandv picture dandv  路  17Comments

connectdotz picture connectdotz  路  24Comments

dgoemans picture dgoemans  路  63Comments

Cael6 picture Cael6  路  19Comments

kartheektrilochan picture kartheektrilochan  路  28Comments