Skip to content

Commit

Permalink
Make dependencies optional!
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed May 18, 2024
1 parent 34ffaeb commit 0dbe2fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<idea-plugin/>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<idea-plugin/>
8 changes: 6 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<vendor url="https://github.com/WarningImHack3r">WarningImHack3r</vendor>

<depends>com.intellij.modules.platform</depends>
<depends>dev.blachut.svelte.lang</depends>
<depends>org.jetbrains.plugins.vue</depends>
<depends optional="true" config-file="com.github.warningimhack3r.intellijshadcnplugin-withSvelte.xml">
dev.blachut.svelte.lang
</depends>
<depends optional="true" config-file="com.github.warningimhack3r.intellijshadcnplugin-withVue.xml">
org.jetbrains.plugins.vue
</depends>

<actions>
<action id="com.github.warningimhack3r.intellijshadcnplugin.errorsubmitter.ErrorThrowingAction"
Expand Down

0 comments on commit 0dbe2fe

Please sign in to comment.