Skip to content

Commit 4e15b67

Browse files
Plugin requires IDEA restart after installation #1342 (#1376)
1 parent 02942e2 commit 4e15b67

File tree

1 file changed

+5
-6
lines changed
  • utbot-intellij/src/main/resources/META-INF

1 file changed

+5
-6
lines changed

utbot-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
<vendor>utbot.org</vendor>
77
<depends>com.intellij.modules.platform</depends>
88

9-
<depends optional="true" config-file="META-INF/withJava.xml">com.intellij.modules.java</depends>
10-
<depends optional="true" config-file="META-INF/withLang.xml">com.intellij.modules.lang</depends>
11-
<depends optional="true" config-file="META-INF/withKotlin.xml">org.jetbrains.kotlin</depends>
12-
<depends optional="true" config-file="META-INF/withPython.xml">com.intellij.modules.python</depends>
13-
<depends optional="true" config-file="META-INF/withAndroid.xml">org.jetbrains.android</depends>
9+
<depends optional="true" config-file="withJava.xml">com.intellij.modules.java</depends>
10+
<depends optional="true" config-file="withKotlin.xml">org.jetbrains.kotlin</depends>
11+
<depends optional="true" config-file="withPython.xml">com.intellij.modules.python</depends>
12+
<depends optional="true" config-file="withAndroid.xml">org.jetbrains.android</depends>
1413

1514
<actions>
1615
<action id="org.utbot.intellij.plugin.ui.actions.GenerateTestsAction"
@@ -25,7 +24,7 @@
2524
</actions>
2625

2726
<extensions defaultExtensionNs="com.intellij">
28-
<projectConfigurable parentId="tools" instance="org.utbot.intellij.plugin.settings.Configurable"
27+
<projectConfigurable dynamic="true" parentId="tools" instance="org.utbot.intellij.plugin.settings.Configurable"
2928
id="org.utbot.intellij.plugin.settings.Configurable"
3029
displayName="UnitTestBot"/>
3130
<!--suppress PluginXmlValidity -->

0 commit comments

Comments
 (0)