Skip to content

Fix Workspace view loadMore#357

Merged
alexweininger merged 2 commits intomainfrom
alex/fix-loadMoreWorkspace
Aug 10, 2022
Merged

Fix Workspace view loadMore#357
alexweininger merged 2 commits intomainfrom
alex/fix-loadMoreWorkspace

Conversation

@alexweininger
Copy link
Copy Markdown
Member

@alexweininger alexweininger requested a review from a team as a code owner August 10, 2022 00:28
bwateratmsft
bwateratmsft previously approved these changes Aug 10, 2022
Comment thread src/commands/registerCommands.ts Outdated
registerReportIssueCommand('azureResourceGroups.reportIssue');
registerCommand('azureResourceGroups.createResource', createResource);
registerCommand('azureResourceGroups.refreshWorkspace', refreshWorkspace);
registerCommand('azureWorkspace.loadMore', async (context: IActionContext, node: AzExtTreeItem) => await ext.workspaceTree.loadMore(node, context));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of the other workspace commands use the pattern of the prefix being azureWorkspace. I'm fine with it, but we should be consistent.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I changed the other workspace command (refresh) to follow the same convention.

@alexweininger alexweininger merged commit 3f8e498 into main Aug 10, 2022
@alexweininger alexweininger deleted the alex/fix-loadMoreWorkspace branch August 10, 2022 17:30
@microsoft microsoft locked and limited conversation to collaborators Sep 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There is no response after clicking "Load More..." for an attached storage account

3 participants