Skip to content

Commit

Permalink
remove unneeded section for debug launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 6, 2023
1 parent 35071bc commit ec132ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/client/testing/common/debugLauncher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,6 @@ export class DebugLauncher implements ITestDebugLauncher {
}
launchArgs.request = 'launch';

// Both types of tests need to have the port for the test result server.
// if (options.runTestIdsPort) {
// launchArgs.env = {
// ...launchArgs.env,
// RUN_TEST_IDS_PORT: options.runTestIdsPort,
// };
// }
if (pythonTestAdapterRewriteExperiment) {
if (options.pytestPort && options.pytestUUID && options.runTestIdsPort) {
launchArgs.env = {
Expand Down

0 comments on commit ec132ac

Please sign in to comment.