refactor: add siHome into context.subscriptions

This commit is contained in:
Levi Yan
2024-07-03 11:55:49 +08:00
parent f044c4770a
commit fed0b5ddad
2 changed files with 7 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export class SuperIDEExtension {
siHome: SIHome;
constructor(private context: vscode.ExtensionContext) {
this.siHome = new SIHome();
this.siHome = new SIHome(context);
context.subscriptions.push(
vscode.window.registerTreeDataProvider(