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 3b6c47b commit e770fe6Copy full SHA for e770fe6
src/client/testing/testController/common/server.ts
@@ -189,6 +189,7 @@ export class PythonTestServer implements ITestServer, Disposable {
189
resource: options.workspaceFolder,
190
};
191
const execService = await this.executionFactory.createActivatedEnvironment(creationOptions);
192
+ traceInfo(`Test Port Number: ${this.getPort()}`);
193
194
// Add the generated UUID to the data to be sent (expecting to receive it back).
195
// first check if we have testIds passed in (in case of execution) and
0 commit comments