refactor: add siHome into context.subscriptions
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user