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
active deployment may not be ready when opening properties editor, causing getting active deployment from UI thread, in which case, cache1 would return the last value(maybe null) instead.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-springcloud/src/main/java/com/microsoft/azure/toolkit/intellij/springcloud/properties/SpringCloudAppPropertiesEditor.java
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ public class SpringCloudAppPropertiesEditor extends AzResourcePropertiesEditor<S
0 commit comments