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/resources/META-INF/plugin.xml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,16 @@
13
13
<html>
14
14
<h3>[3.0.7]</h3>
15
15
<ul>
16
-
<li>Added Run on Web App (Linux) to allow user deploy service to azure web app (linux).</li>
17
-
<li>Improved deploy to azure web app workflow to integrate the flow with run configuration.</li>
16
+
<li>Support Community Edition: The Azure Toolkit for IntelliJ now supports deploying your Maven projects to Azure App Service from IntelliJ IDEA, both Community and Ultimate Edition.</li>
17
+
<li>Improved Web App Workflow: You can now run your web applications on Azure Web App with One-Click experience using Azure Toolkit for IntelliJ.</li>
18
+
<li>New Container Workflow: You can now dockerize and run your web application on Azure Web App (Linux) via Azure Container Registry.</li>
19
+
<li>Spark remote debugging in IntelliJ now support debugging of both driver and executor code depending on where the breakpoint is set.</li>
20
+
<li>Fixed some bugs.</li>
21
+
</ul>
22
+
<h3>[3.0.6]</h3>
23
+
<ul>
24
+
<li>Added the Redis Cache Explorer that allows users to scan/get keys and their values.</li>
25
+
<li>Improved Spark job remote debugging support(show log in console, apply and load debugging config).</li>
0 commit comments