Skip to content

Commit

Permalink
Add explicit platform dependency
Browse files Browse the repository at this point in the history
This dependency is technically redundant as long as we also have the
dependency on com.intellij.modules.lang. However, specifying the
dependency explicitly may avoid confusion, especially because the
documentation were sometimes written as if you have to specify this
dependency if the plugin shall work on other IDEs as IntelliJ.
  • Loading branch information
JojOatXGME committed Apr 29, 2024
1 parent cfe2ef1 commit 6bb218f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<name>NixIDEA</name>
<vendor>NixOS</vendor>

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<depends optional="true" config-file="nix-idea-ultimate.xml">com.intellij.modules.ultimate</depends>

Expand Down

0 comments on commit 6bb218f

Please sign in to comment.