Skip to content

Commit

Permalink
made terminal compulsory dependency (redhat-developer#785)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Sep 27, 2024
1 parent e1f5535 commit fdb2341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<depends>com.intellij.modules.lang</depends>
<depends>org.jetbrains.plugins.yaml</depends>
<depends optional="true" config-file="plugin-json.xml">com.intellij.modules.json</depends>
<depends optional="true">org.jetbrains.plugins.terminal</depends>
<depends>org.jetbrains.plugins.terminal</depends>
<depends>com.redhat.devtools.intellij.telemetry</depends>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit fdb2341

Please sign in to comment.