Skip to content

Commit c788eab

Browse files
don't refresh old nodes when refresh from toolbar of Azure Explorer.
1 parent 00082f5 commit c788eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/java/com/microsoft/intellij/ui/ServerExplorerToolWindowFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public RefreshAllAction(AzureModule azureModule) {
477477

478478
@Override
479479
public void actionPerformed(AnActionEvent event) {
480-
azureModule.load(true);
480+
// azureModule.load(true);
481481
AzureExplorer.refreshAll();
482482
}
483483

0 commit comments

Comments
 (0)