Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Workspace view loadMore #357

Merged
merged 2 commits into from
Aug 10, 2022
Merged

Fix Workspace view loadMore #357

merged 2 commits into from
Aug 10, 2022

Conversation

alexweininger
Copy link
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
@@ -47,6 +47,8 @@ export function registerCommands(): void {
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
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
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