Skip to content

Commit

Permalink
call wrapper function instead of service
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Nov 22, 2024
1 parent 3217e24 commit b512399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class WorkspaceTreeProvider implements vscode.TreeDataProvider<WorkspaceT
}

async refreshView(): Promise<void> {
this.workspaceContent = await this.workspaceContentService.load();
await this.loadContent();
this._onDidChangeTreeData.fire();
}

Expand Down

0 comments on commit b512399

Please sign in to comment.