We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ef2c4 commit 504bc52Copy full SHA for 504bc52
src/client/testing/testController/common/utils.ts
@@ -34,7 +34,6 @@ export function createTestingDeferred(): Deferred<void> {
34
return createDeferred<void>();
35
}
36
37
-
38
export async function startTestIdsNamedPipe(testIds: string[]): Promise<string> {
39
const pipeName: string = generateRandomPipeName('python-test-ids');
40
// uses callback so the on connect action occurs after the pipe is created
0 commit comments