Skip to content

Commit

Permalink
Don't require PythonCore plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed May 5, 2021
1 parent 7fddd9d commit fc8db81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.python-core-capable</depends>

This comment has been minimized.

Copy link
@Tatskaari

Tatskaari May 18, 2021

You might want com.intellij.modules.python instead if you want this to be compatible with IU. This will be satisfies by either PythonCore, Pythonid, or pycharm which has it built in. I haven't needed java-capable with this so far either.

This comment has been minimized.

Copy link
@fkorotkov

fkorotkov May 18, 2021

Author Contributor

Already fixed in ed16435 👌

<depends>PythonCore</depends>

<!-- Seems Python plugin uses some JavaPsi classes -->
<depends>com.intellij.modules.java-capable</depends>
Expand Down

0 comments on commit fc8db81

Please sign in to comment.