Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Sep 6, 2023
1 parent d1aa62c commit eec8fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class VirtualEnvironmentPrompt implements IExtensionActivationService {
) {}

public async activate(resource: Uri): Promise<void> {
// Random commit
const disposable = this.pyenvs.onDidCreate(resource, () => this.handleNewEnvironment(resource));
this.disposableRegistry.push(disposable);
}
Expand Down

0 comments on commit eec8fe6

Please sign in to comment.