Skip to content

Commit

Permalink
Add <dependencySupport /> to plugin.xml to suggest the Azure Toolkit …
Browse files Browse the repository at this point in the history
…plugin in Rider.
  • Loading branch information
maartenba committed Mar 27, 2023
1 parent 129c231 commit 6cb0f63
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 6cb0f63

Please sign in to comment.