diff --git a/src/client/testing/common/debugLauncher.ts b/src/client/testing/common/debugLauncher.ts index 0f217afa6513..c76557699ff2 100644 --- a/src/client/testing/common/debugLauncher.ts +++ b/src/client/testing/common/debugLauncher.ts @@ -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 = {