Skip to content

Commit 9668580

Browse files
committed
Fix Workspace view loadMore
1 parent 4931fa4 commit 9668580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/registerCommands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export function registerCommands(): void {
4747
registerReportIssueCommand('azureResourceGroups.reportIssue');
4848
registerCommand('azureResourceGroups.createResource', createResource);
4949
registerCommand('azureResourceGroups.refreshWorkspace', refreshWorkspace);
50+
registerCommand('azureWorkspace.loadMore', async (context: IActionContext, node: AzExtTreeItem) => await ext.workspaceTree.loadMore(node, context));
51+
5052
registerCommand('azureResourceGroups.groupBy.resourceGroup', buildGroupByCommand('resourceGroup'));
5153
registerCommand('azureResourceGroups.groupBy.resourceType', buildGroupByCommand('resourceType'));
5254
registerCommand('azureResourceGroups.groupBy.location', buildGroupByCommand('location'));

0 commit comments

Comments
 (0)