Ross Knudsen

Results 8 comments of Ross Knudsen

FYI - as a workaround and to prove this is the actual issue, I created a symlink pointing "C:\Program Files\dotnet\sdk\2.2.101\Current\" to"C:\Program Files\dotnet\sdk\2.2.101\15.0\" and the command works without an error. Would...

Hey @dlambin I think the reason that the bedrock server is downloaded on first run is to avoid licensing issues. It's assumed that if/when a user runs the image they...

> Looks like @rossknudsen is working on bringing the current Jest Test Adapter extension up to date – maybe better to double down on that one and keeping this a...

How about the message property as well? Then if the suite is errored, we can display a stack trace or other lengthy message.

> Currently, Test Explorer only keeps logs for tests but not for suites (and that's where the value of the `message` property is written to). I thought that `description` (shown...

You might find that you're using my extension. If so you might be interested in this issue kavod-io/vscode-jest-test-adapter#56. There is a workaround by using workspace folders. But your comment about...

I was experiencing an issue with using `AutomaticRetryAttribute` in my unit tests that produced the same issue as described by OP. I found that in my case, I could provide...