Lada Riha
Lada Riha
I have the same issue. Sometimes it scrolls very close, sometimes not that much. I also noticed that calling the `scrollToItem` with same parameter again sometimes "fixes" the issue (or...
Hi, is the implementation in mentioned commit a214856 working in node.js? If so, could you please provide some example how to parse html document for microdata items?
just a bystander note: Regarding the "linesBetweenQueries seems not correct" (e.g. 2 becomes 1 etc.), that is misunderstanding of the property. It is not number of empty lines between queries,...
Having it hidden behind some settings would be great :) Personally I don't really care about history of test runs - in my workflow, I don't really remember what exactly...
@connor4312 Challenge accepted :) I have the changes ready (I hope) - will do some more testing and prepare PR today :)
@connor4312 Here's the PR https://github.com/jest-community/vscode-jest/pull/1071 , hopefully somewhat meaningful - as stated in the PR's description, I did not bumped version in package.json and I kind of "guessed" the version...
No worries and sorry for the misunderstanding. I somehow managed to make the changes (unless proven otherwise in PR :))
@connectdotz You can check e.g. https://github.com/ladariha/jest_test_repro - run `npm install` within `client` folder - open folder `client` in VSCode - open file Demo.spec.tsx and click the triangle "play" icon next...
I can record a screen cast tomorrow if that helps, it happens to me as well (latest VSCode 1.99). Would any specific logs be helpful?
It works OK for me know as well. I re-setup the extension (delete some obsolete options, set new "jest.commandLine" - I wonder if that was somewhat related