Todd Warren

Results 8 comments of Todd Warren

We use it extensively (have for the last 3 years) in [NUvention Web](http://fcei.northwestern.edu/curriculum/nuvention/web.html) where our teams are a mix of students--grads and undergrads, CS and non-cs (everything from philosophy majors,...

I couldn't get this to work right on the lab coumputers in my software engineering class either. Additionally, I found on windows where my students had in the previous semester...

I was trying to get this to work as well in watch mode; and it doesn't work for me. so had to add: ```` "jest.autoEnable": false ```` to my settings.json...

@michaeljota I want to make sure I know what to try. In my version of the extension, there is no option "jest.arguments" (get the squiggles in the editor). So you...

Yea; I can't get your launch.json to work for me; but I created my own that works great with nx. nx is a single repo; but multiple projects; so it's...

have you been able to provide a clean repo in this ay? i'm coming back to this in my project.

I have not investigated this (though am in a position where i need it). could add a prompt for a pattern or scope to current file. the way to get...

@dsebastien Figured it out and updated my gist. To scope to the current file; create a "current file" launch config by adding these two lines/parameters: ````json "--test-file", "${fileBasename}", ```` so...