fix "com.intellij.diagnostic.PluginException: action specified by reference isn't registered (ID=RemoteServers.ConnectServer) [Plugin: Docker]"

GitOrigin-RevId: fb9ec01cd1cf965d05cf948634a84b5c60c9808e
This commit is contained in:
Vladimir Krivosheev
2021-05-31 11:32:22 +02:00
committed by intellij-monorepo-bot
parent e7b81fe125
commit fc0eea5430
3 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
Both Community and Professional editions. -->
<module value="com.intellij.modules.pycharm"/>
<xi:include href="/META-INF/PlatformLangXmlPlugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/RemoteServers.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/PlatformLangXmlPlugin.xml"/>
<xi:include href="intellij.platform.remoteServers.impl.xml"/>
<extensions defaultExtensionNs="com.intellij">
<applicationInitializedListener implementation="com.intellij.internal.statistic.updater.StatisticsJobsScheduler"/>