Startup wizard: fix various warnings

GitOrigin-RevId: db53d2bef055bf4e391601e3cf76c053c7c30bba
This commit is contained in:
Ivan Migalev
2024-04-30 19:44:07 +02:00
committed by intellij-monorepo-bot
parent 6e5180b8b6
commit 2360c61e0f

View File

@@ -113,12 +113,6 @@ class PluginServiceImpl : PluginService {
)
private val listOf1: List<WizardPlugin> = listOf(
WizardPluginImpl(AllIcons.Plugins.PluginLogo, "Python Community Edition", "The Python plugin provides smart editing for Python scripts. The feature set of the plugin corresponds to PyCharm IDE Community Edition"),
WizardPluginImpl(AllIcons.Plugins.PluginLogoDisabled, "IdeaVim", "Emulates Vim editor"),
WizardPluginImpl(AllIcons.TransferSettings.RecentProjects, "Heap Allocation Viewer", "Highlights local object allocations, boxing, delegates and closure creations points"),
)
override val plugins: List<WizardPlugin> = listOf
override fun onStepEnter() {}