Hello, thank you for this useful plugin!
I have the following exception when I have multiple plugins under .live-plugins
Folder contains other file or directory rather than plugin.kts (README.md, docs/image.png ...)
I'm using latest version 2026.1
What is the rule of folder under .live-plugins of a project(containing only plugin.kts...)
at liveplugin.implementation.common.FilePath.find(file-path.kt:60)
at liveplugin.implementation.pluginrunner.PluginRunnerKt.runWith(PluginRunner.kt:151)
at liveplugin.implementation.pluginrunner.PluginRunnerKt.access$runWith(PluginRunner.kt:1)
at liveplugin.implementation.pluginrunner.PluginRunner$Companion.runPlugins(PluginRunner.kt:36)
at liveplugin.implementation.LivePluginProjectPostStartupActivity.execute(LivePluginProjectListener.kt:35)
at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:534)
... 7 more
Hello, thank you for this useful plugin!
I have the following exception when I have multiple plugins under .live-plugins
Folder contains other file or directory rather than plugin.kts (README.md, docs/image.png ...)
I'm using latest version 2026.1
What is the rule of folder under .live-plugins of a project(containing only plugin.kts...)