Skip to content

Commit

Permalink
Python extensions listens on port 9003
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavyasri Vanka committed Sep 22, 2023
1 parent 3b6c47b commit e770fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/testing/testController/common/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class PythonTestServer implements ITestServer, Disposable {
resource: options.workspaceFolder,
};
const execService = await this.executionFactory.createActivatedEnvironment(creationOptions);
traceInfo(`Test Port Number: ${this.getPort()}`);

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

0 comments on commit e770fe6

Please sign in to comment.