We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af3d1a commit ec596e3Copy full SHA for ec596e3
src/managers/builtin/venvUtils.ts
@@ -187,7 +187,9 @@ export async function findVirtualEnvironments(
187
(e) =>
188
e.kind === NativePythonEnvironmentKind.venv ||
189
e.kind === NativePythonEnvironmentKind.venvUv ||
190
- e.kind === NativePythonEnvironmentKind.uvWorkspace,
+ e.kind === NativePythonEnvironmentKind.uvWorkspace ||
191
+ e.kind === NativePythonEnvironmentKind.virtualEnv ||
192
+ e.kind === NativePythonEnvironmentKind.virtualEnvWrapper,
193
);
194
195
for (const e of envs) {
0 commit comments