From ec132acc99be1ec53b79270d7e7e49eedb664981 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Fri, 6 Oct 2023 16:35:08 -0700 Subject: [PATCH] remove unneeded section for debug launcher --- src/client/testing/common/debugLauncher.ts | 7 ------- 1 file changed, 7 deletions(-) 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 = {