Skip to content

Conversation

srnagar
Copy link
Member

@srnagar srnagar commented Aug 11, 2025

What does this implement/fix? Explain your changes.

This PR updates the AZD installation process which updates the Azure Explorer without requiring IDE restart.

Does this close any currently open issues?

None

Any relevant logs, screenshots, error output, etc.?

None

Any other comments?

None

Has this been tested?

  • Tested

@@ -105,6 +108,28 @@ private AzureExplorer(Project project) {
appGroupedResourcesRoot.clearChildren();
typeGroupedResourcesRoot.clearChildren();
}));

AzureEventBus.on("azd.installed", new AzureEventBus.EventListener(e -> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you move this to AzdNode.java?

Copy link
Collaborator

@wangmingliang-ms wangmingliang-ms left a comment

Choose a reason for hiding this comment

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

LGTM

@wangmingliang-ms wangmingliang-ms merged commit 3654038 into microsoft:develop Aug 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants