Skip to content

Commit 43492da

Browse files
committed
updates & simplifications
1 parent dec6c96 commit 43492da

2 files changed

Lines changed: 123 additions & 148 deletions

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)