Files
openide/python/ide/resources/META-INF/plugin.xml
Nikita.Ashihmin 40f9780a56 PY-80117 Jupyter: Bundle Jupyter Pplugin in Pycharm Community
(cherry picked from commit 361e2f948b42009b07532e6dbc0c26577750cc23)

IJ-CR-159353

GitOrigin-RevId: 1e7427e10b2bea24f73a18abece5b57bb3f229cd
2025-04-03 19:36:59 +00:00

21 lines
907 B
XML

<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" package="com.intellij.pycharm.community.customization.plugin"
implementation-detail="true">
<name>PyCharm Community Customization</name>
<id>com.jetbrains.pycharm.community.customization</id>
<vendor>JetBrains</vendor>
<resource-bundle>messages.ActionsBundle</resource-bundle>
<dependencies>
<plugin id="com.intellij.modules.pycharm.community"/>
<plugin id="com.intellij.modules.python"/>
<plugin id="intellij.pycharm.community.customization.shared"/>
</dependencies>
<xi:include href="/META-INF/tips-pycharm-community.xml"/>
<content>
<module name="intellij.pycharm.community.ide.impl.promotion"/> <!-- mostly promo of Pro -->
</content>
</idea-plugin>