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: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,8 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
101
101
### Fixed
102
102
- Log/notification contains message related to deployment even if user is only creating a spring app.
103
103
- Display of Azure Explorer get messed up sometimes after restarting IDE.
104
-
-[#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
104
+
-[#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
105
+
-[#6550](https://github.com/microsoft/azure-tools-for-java/issues/6550): Uncaught Exception com.intellij.diagnostic.PluginException: User data is not supported.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
- Log/notification contains message related to deployment even if user is only creating a spring app.
20
20
- Display of Azure Explorer get messed up sometimes after restarting IDE.
21
21
-[#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
22
+
-[#6550](https://github.com/microsoft/azure-tools-for-java/issues/6550): Uncaught Exception com.intellij.diagnostic.PluginException: User data is not supported.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@
42
42
</ul>
43
43
</li>
44
44
<li>Double clicking on leaf resource nodes in Azure Explorer will open the resource's properties editor or its portal page if it has no properties editor.</li>
<li>Log/notification contains message related to deployment even if user is only creating a spring app.</li>
54
53
<li>Display of Azure Explorer get messed up sometimes after restarting IDE.</li>
55
54
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6634">#6634</a>: ArrayIndexOutOfBoundsException when initializing Azure Explorer.</li>
55
+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6550">#6550</a>: Uncaught Exception com.intellij.diagnostic.PluginException: User data is not supported.</li>
56
56
</ul>
57
57
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
0 commit comments