Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit aed950b

Browse files
authored
fix: ensure 'base' conda environment is not in a group (#290)
1 parent 72a7431 commit aed950b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/managers/conda/condaUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function getNamedCondaPythonInfo(
288288
shellActivation,
289289
shellDeactivation,
290290
},
291-
group: 'Named',
291+
group: name !== 'base' ? 'Named' : undefined,
292292
};
293293
}
294294

0 commit comments

Comments
 (0)