vscode-jest: gutter icons are missing vscode 1.14.2
Environment
-
node -v
: 6.9.1 -
npm -v
: 3+ -
Operating system: windows 10
Steps to Reproduce
install extension run - npm test or setup lanuch.json or “start jest runner”
Expected Behavior
lines of code tested are marked with green icons at left side gutter if they pass. red if they fail
Actual Behavior
no icons at the gutter. only status below in the bottom of the window. that says pass/fail
all setting seem to be true
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 20 (4 by maintainers)
Just installed 1.14.2 of VS Code and installed the extension and I’m getting the same issue. This was a clean install as I’m thinking of switching across from Webstorm. Tests running fine in the output but no gutter icons.
Just stopped working for me agian. Errors are showing up in ‘Problems’ panel, Jest is running al tests as expected AFAICT. Inline error messages in comments and gutter icons are not showing up however. Could this have to do with yesterdays update of VS Code?
There was an update last night to the extension which should help this ( #146 )
Same for me since updating to Jest 21. I think it’s caused by changed output of
--showConfig
in https://github.com/facebook/jest/pull/4078hi, my test are running perfectly and reflected in the bottom even when they break. it is just the gutter icons that don’t show up. everything else is working as expected.