It seems vscode might have changed how it handles run identity in recent releases. When we passed the same request upon creating a new TestRun, it was ignored. This PR is to make sure we recreate the request for the new run so it can be handled properly.
It seems vscode might have changed how it handles run identity in recent releases. When we passed the same request upon creating a new TestRun, it was ignored. This PR is to make sure we recreate the request for the new run so it can be handled properly.
Resolve #1145