[IJPL-186] Include import settings on startup module to all IDEs

GitOrigin-RevId: 15eb6954c6afb4197fdcb47c2023e3ea64b9e1c2
This commit is contained in:
Sergey Pak
2023-10-24 21:05:45 +02:00
committed by intellij-monorepo-bot
parent 5105c62708
commit 6955e9b72d
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<module name="intellij.xml.xmlbeans"/>
<module name="intellij.platform.ide.newUiOnboarding"/>
<module name="intellij.platform.ml.embeddings"/>
<module name="intellij.ide.startup.importSettings"/>
</content>
<extensions defaultExtensionNs="com.intellij">

View File

@@ -9,6 +9,7 @@
<module name="intellij.platform.images.copyright"/>
<module name="intellij.platform.ide.newUiOnboarding"/>
<module name="intellij.platform.ml.embeddings"/>
<module name="intellij.ide.startup.importSettings"/>
</content>
<xi:include href="/META-INF/pycharm-core.xml" xpointer="xpointer(/idea-plugin/*)"/>