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 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"
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 -->
You can’t perform that action at this time.
0 commit comments