PY-72317: Introduce com.intellij.modules.python-pro-fleet-not-capable

All modules with `com.intellij.modules.python-pro-fleet-not-capable` should not be included in Fleet
It allows to add dependency on Pythonid plugin in Fleet and disable optional modules not wanted by Fleet

GitOrigin-RevId: fb77fec20ed6ee47086b8df4f454ec36ffcbea30
This commit is contained in:
Ilia Zakoulov
2024-04-29 14:47:08 +02:00
committed by intellij-monorepo-bot
parent 702470bae1
commit cce7d24625

View File

@@ -2,6 +2,7 @@
<!--This module will be removed soon, do not use it-->
<dependencies>
<plugin id="com.intellij.modules.lang"/>
<plugin id="com.intellij.modules.python-pro-fleet-not-capable"/>
<module name="intellij.python.community.impl"/>
</dependencies>
</idea-plugin>