We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1585c commit b481d6aCopy full SHA for b481d6a
2 files changed
src/main/resources/META-INF/empty.xml
@@ -0,0 +1,2 @@
1
+<idea-plugin>
2
+</idea-plugin>
src/main/resources/META-INF/plugin.xml
@@ -9,6 +9,7 @@
9
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
10
on how to target different products -->
11
<depends>com.intellij.modules.platform</depends>
12
+ <depends optional="true" config-file="empty.xml">com.intellij.modules.jcef</depends>
13
<depends optional="true" config-file="actions/lang.xml">com.intellij.modules.lang</depends>
14
<depends optional="true" config-file="actions/jupyter.xml">intellij.jupyter</depends>
15
<depends optional="true" config-file="docs/javaScript-doc.xml">JavaScript</depends>
0 commit comments