Skip to content

Commit

Permalink
Make dependency on JS and SASS plugins mandatory
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
Kirill Rakhman committed Jan 3, 2022
1 parent cf27e03 commit 1ff9fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
on how to target different products -->
<depends>com.intellij.modules.platform</depends>
<depends optional="true">JavaScript</depends>
<depends optional="true">org.jetbrains.plugins.sass</depends>
<depends>JavaScript</depends>
<depends>org.jetbrains.plugins.sass</depends>

<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
Expand Down

0 comments on commit 1ff9fbd

Please sign in to comment.