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

Commit 3e397c4

Browse files
authored
make virtual environment search default to config not project folders (#823)
1 parent 391e380 commit 3e397c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/builtin/venvManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class VenvManager implements EnvironmentManager {
317317
this.api,
318318
this.log,
319319
this,
320-
scope ? [scope] : this.api.getPythonProjects().map((p) => p.uri),
320+
scope ? [scope] : undefined,
321321
);
322322
await this.loadEnvMap();
323323

0 commit comments

Comments
 (0)