File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
utbot-intellij/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
<vendor >utbot.org</vendor >
7
7
<depends >com.intellij.modules.platform</depends >
8
8
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 >
14
13
15
14
<actions >
16
15
<action id =" org.utbot.intellij.plugin.ui.actions.GenerateTestsAction"
25
24
</actions >
26
25
27
26
<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"
29
28
id =" org.utbot.intellij.plugin.settings.Configurable"
30
29
displayName =" UnitTestBot" />
31
30
<!-- suppress PluginXmlValidity -->
You can’t perform that action at this time.
0 commit comments