Skip to content

Commit cece4c6

Browse files
Merge branch 'endgame-202207' into endgame-202207.next
2 parents 5922da5 + c788eab commit cece4c6

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)