From 760b7739aaf6f6d4f8175497855e298e568b09b2 Mon Sep 17 00:00:00 2001 From: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com> Date: Wed, 21 May 2025 13:32:03 -0700 Subject: [PATCH] remove un-intended comment --- src/managers/builtin/sysPythonManager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/managers/builtin/sysPythonManager.ts b/src/managers/builtin/sysPythonManager.ts index 2f830b57..505d940a 100644 --- a/src/managers/builtin/sysPythonManager.ts +++ b/src/managers/builtin/sysPythonManager.ts @@ -199,7 +199,6 @@ export class SysPythonManager implements EnvironmentManager { // This environment is unknown. Resolve it. const resolved = await resolveSystemPythonEnvironmentPath(context.fsPath, this.nativeFinder, this.api, this); if (resolved) { - // HERE IT GOT TOO MANY // This is just like finding a new environment or creating a new one. // Add it to collection, and trigger the added event.