PY-62388 Add New UI onboarding to PyCharm

GitOrigin-RevId: ede8b6b27af252eedf4ea3f47dcdc645d84d45ca
This commit is contained in:
Konstantin Hudyakov
2023-08-18 17:26:43 +00:00
committed by intellij-monorepo-bot
parent a38c0facac
commit ff76dc8e25
@@ -7,6 +7,7 @@
<module name="intellij.notebooks.visualization"/>
<module name="intellij.notebooks.ui"/>
<module name="intellij.platform.images.copyright"/>
<module name="intellij.platform.ide.newUiOnboarding"/>
</content>
<xi:include href="/META-INF/pycharm-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
@@ -15,5 +16,8 @@
<applicationService serviceInterface="com.intellij.openapi.application.IdeUrlTrackingParametersProvider"
serviceImplementation="com.intellij.ide.customization.UtmIdeUrlTrackingParametersProvider"
overrides="true"/>
<ide.newUiOnboarding ideHelpName="pycharm">
<remove stepId="codeWithMe"/>
</ide.newUiOnboarding>
</extensions>
</idea-plugin>