Skip to content

Commit e770fe6

Browse files
author
Bhavyasri Vanka
committed
Python extensions listens on port 9003
Fixes microsoft#21929
1 parent 3b6c47b commit e770fe6

File tree

1 file changed

+1
-0
lines changed
  • src/client/testing/testController/common

1 file changed

+1
-0
lines changed

src/client/testing/testController/common/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export class PythonTestServer implements ITestServer, Disposable {
189189
resource: options.workspaceFolder,
190190
};
191191
const execService = await this.executionFactory.createActivatedEnvironment(creationOptions);
192+
traceInfo(`Test Port Number: ${this.getPort()}`);
192193

193194
// Add the generated UUID to the data to be sent (expecting to receive it back).
194195
// first check if we have testIds passed in (in case of execution) and

0 commit comments

Comments
 (0)