mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
KTNB-235, PY-64586: Move core notebook support to the dedicated plugin to make it possible to install from different IDEs
GitOrigin-RevId: 1ffd4c09b575a83c37b83514fb7789e1d9863280
This commit is contained in:
committed by
intellij-monorepo-bot
parent
87e468e994
commit
7e4a275cbe
@@ -10,8 +10,6 @@
|
||||
<content>
|
||||
<module name="intellij.platform.coverage"/>
|
||||
<module name="intellij.platform.coverage.agent"/>
|
||||
<module name="intellij.notebooks.visualization"/>
|
||||
<module name="intellij.notebooks.ui"/>
|
||||
<module name="intellij.xml.xmlbeans"/>
|
||||
<module name="intellij.platform.ide.newUiOnboarding"/>
|
||||
<module name="intellij.platform.ml.embeddings"/>
|
||||
|
||||
@@ -428,6 +428,7 @@ private suspend fun computeImplicitRequiredModules(
|
||||
unique.add("intellij.pycharm.community")
|
||||
unique.add("intellij.python.featuresTrainer")
|
||||
unique.add("intellij.pycharm.ds")
|
||||
unique.add("intellij.notebooks.visualization")
|
||||
|
||||
val result = mutableListOf<Pair<String, PersistentList<String>>>()
|
||||
computeTransitive(list = rootList, context = context, unique = unique, result = result)
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
<module value="com.intellij.modules.python-core-capable"/>
|
||||
|
||||
<content>
|
||||
<module name="intellij.notebooks.visualization"/>
|
||||
<module name="intellij.notebooks.ui"/>
|
||||
<module name="intellij.platform.ide.newUiOnboarding"/>
|
||||
<module name="intellij.platform.ml.embeddings"/>
|
||||
<module name="intellij.ide.startup.importSettings"/>
|
||||
|
||||
Reference in New Issue
Block a user