You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/action/IntellijAzureActionManager.java
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ public void update(@Nonnull AnActionEvent e) {
235
235
236
236
privatevoidaddActions(List<Object> actions) {
237
237
for (finalObjectraw : actions) {
238
-
doAddAction(raw);
238
+
doAddAction(raw, Constraints.LAST);
239
239
}
240
240
}
241
241
@@ -261,41 +261,50 @@ public List<Object> getActions() {
0 commit comments