Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 19, 2021
1 parent 0430769 commit e0ce172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/api/pythonApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class PythonApiProvider implements IPythonApiProvider {
this.disposables
);
}
this.disposables.push(this.didActivatePython);
}

public getApi(): Promise<PythonApi> {
Expand Down

0 comments on commit e0ce172

Please sign in to comment.