We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2283aa commit ee63b90Copy full SHA for ee63b90
utbot-intellij/src/main/resources/META-INF/plugin.xml
@@ -33,6 +33,7 @@
33
<!--suppress PluginXmlValidity -->
34
<projectService serviceImplementation="org.utbot.intellij.plugin.settings.Settings" preload="true"/>
35
<registryKey defaultValue="false" description="Enable editing Kotlin test files" key="kotlin.ultra.light.classes.empty.text.range"/>
36
+ <postStartupActivity implementation="org.utbot.intellij.plugin.ui.GotItTooltipActivity"/>
37
</extensions>
38
39
<!-- Minimum and maximum build of IDE compatible with the plugin -->
0 commit comments