Connor Peet

Results 463 comments of Connor Peet

Oh, sorry. I was speaking to the VS Code side of things; I'm not a maintainer of the Jest extension. @connectdotz can weigh in on that PR. Code pointers for...

The state of items is intrinsically linked to the history: the state of any given item is that of its most recent test run. There is not a way to...

As this issue (and other issues and PRs) have been open for years without update, I've [created a newer rewrite](https://github.com/connor4312/matcha) of this tool. It uses the widely-used Benchmark.js, which includes...

Hit this today, would love to see this merged. Example syntax: ```js class Foo { static { } } ``` Associated estree: ```json { "type": "Program", "start": 0, "end": 33,...

Sorry for the delay. Yes, we do reconnect in exec server mode. I'll give this a look and see if I repro any issues...

Do you have `useLocalServer` on in your remote SSH settings (I think the default is true on macOS). If so this likely duplicates the existing https://github.com/microsoft/vscode-remote-release/issues/9602

Thanks for your investigation, I'll continue to track that in the linked issue

Thanks for the issue. @mucosmo in your case on the service side we can see the request successfully made it to the service and a response was sent. Most likely...

Does the tunnel start after you see that log message, or is it stuck in that state / in a loop?

I was able to reproduce this by running the CLI on an image that lacked CA certificates. This should be resolved by installing the CA certificates package for your platform,...