Skip to content

Commit

Permalink
Merge pull request #673 from JetBrains/231-mb-depsup
Browse files Browse the repository at this point in the history
Add <dependencySupport /> to plugin.xml
  • Loading branch information
maartenba authored Mar 27, 2023
2 parents 129c231 + f1c80ba commit 72c3804
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ javaVersion=17
org.gradle.jvmargs='-Duser.language=en'
sources=false

intellij_version=IC-231.5920-EAP-CANDIDATE-SNAPSHOT
rider_version=RD-2023.1-EAP8-SNAPSHOT
intellij_version=IC-231.8109-EAP-CANDIDATE-SNAPSHOT
rider_version=RD-2023.1-EAP9-SNAPSHOT
#rider_version=RD-2022.3.1
build_common_code_with=rider
intellij_plugin_name=azure-toolkit-for-intellij
rider_plugin_name=azure-toolkit-for-rider
rider_backend_build_configuration=Debug

dep_plugins=org.intellij.scala:2023.1.3
dep_plugins=org.intellij.scala:2023.1.11
applicationinsights.key=57cc111a-36a8-44b3-b044-25d293b8b77c

updateVersionRange=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<h4>Added:</h4>
<ul>
<li>Compatibility with Rider 2023.1 EAP8</li>
<li>Compatibility with Rider 2023.1 EAP9</li>
<li>Azure Functions: Option to auto-start Azurite with run configurations (<a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/605">#605</a>)</li>
<li>Azure Functions: show a warning when Azurite is not running (<a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/605">#650</a>)</li>
<li>Azure Functions: Support Windows arm64 Azure Core Tools (<a href="https://youtrack.jetbrains.com/issue/RIDER-85548">#RIDER-85548</a>)</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<html>
<p>[3.50.0-2023.1]</p>
<ul>
<li>Compatibility with Rider 2023.1 EAP8</li>
<li>Compatibility with Rider 2023.1 EAP9</li>
<li>Azure Functions: Option to auto-start Azurite with run configurations (<a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/605">#605</a>)</li>
<li>Azure Functions: show a warning when Azurite is not running (<a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/605">#650</a>)</li>
<li>Azure Functions: Support Windows arm64 Azure Core Tools (<a href="https://youtrack.jetbrains.com/issue/RIDER-85548">#RIDER-85548</a>)</li>
Expand Down Expand Up @@ -149,7 +149,7 @@
</ul>
<h4>Fixed bugs:</h4>
<ul>
<li>Memory leak running Rider 202 EAP8 with plugin <a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/339">#339</a></li>
<li>Memory leak running Rider 2020 EAP8 with plugin <a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/339">#339</a></li>
<li>Linked host.json file not recognized in configuration <a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/355">#355</a></li>
<li>Cloud Shell does not work when using Azure CLI for authentication <a href="https://github.com/JetBrains/azure-tools-for-intellij/issues/340">#340</a></li>
<li>Application Property view show relevant information about running Web App or Function App</li>
Expand Down Expand Up @@ -350,6 +350,15 @@
<notificationGroup id="Azure" displayType="BALLOON" isLogByDefault="true"/>
<notificationGroup id="Azure Functions" displayType="BALLOON" isLogByDefault="true"/>
<notificationGroup id="Azure Web App Publish Message" displayType="BALLOON" isLogByDefault="true" toolWindowId="Run"/>

<dependencySupport kind="dotnet" coordinate="Microsoft.NET.Sdk.Functions" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Azure.Common" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Azure.Functions.Worker" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Azure.Storage.Common" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Azure.Storage.Blob" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Azure.WebJobs" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Identity.Client" displayName="Azure Toolkit"/>
<dependencySupport kind="dotnet" coordinate="Microsoft.Identity.Web" displayName="Azure Toolkit"/>
</extensions>

<extensions defaultExtensionNs="com.microsoft.intellij">
Expand Down

0 comments on commit 72c3804

Please sign in to comment.