Skip to content

Commit 8fe69ff

Browse files
committed
make virtual environment search default to config not project folders
1 parent 69ff9d4 commit 8fe69ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)