Cannot find the PluginConfigurationType
Answered
Hello team:
I'm developing a idea plugin and run/debug it by configuration PluginConfigurationType
,It always work well.
But yesterday I update idea version to 2023.3.1 Build #UI-233.11799.300,built on December 12,2023
, I found my run configturetion missing and I cannot find PluginConfigurationType
when I want to rebuild my run config.
So why and how to run/debug it again?
Please sign in to leave a comment.
Hi,
This configuration is provided by the Plugin DevKit plugin. Plugin DevKit was unbundled recently, and it must be installed from Marketplace. Try installing it from the Plugins page in settings.
Thanks, The problem has benn solved after I install the Plugin DevKit from Marketplace