[RDCT] PY-84272: Fix after rebase

GitOrigin-RevId: cea743655cc7a1c856884cfd86d578d15466362b
This commit is contained in:
Vyacheslav Moklev
2025-10-02 11:44:10 +00:00
committed by intellij-monorepo-bot
parent f4af8086ed
commit 510d46690f
6 changed files with 15 additions and 25 deletions
+12
View File
@@ -1,9 +1,21 @@
- name: lib/modules/intellij.platform.ide.nonModalWelcomeScreen.backend.jar
contentModules:
- name: intellij.platform.ide.nonModalWelcomeScreen.backend
- name: lib/modules/intellij.platform.ide.nonModalWelcomeScreen.frontend.jar
contentModules:
- name: intellij.platform.ide.nonModalWelcomeScreen.frontend
- name: lib/modules/intellij.platform.ide.nonModalWelcomeScreen.jar
contentModules:
- name: intellij.platform.ide.nonModalWelcomeScreen
- name: lib/modules/intellij.python.ast.jar
contentModules:
- name: intellij.python.ast
- name: lib/modules/intellij.python.common.frontend.jar
contentModules:
- name: intellij.python.common.frontend
- name: lib/modules/intellij.python.common.jar
contentModules:
- name: intellij.python.common
- name: lib/modules/intellij.python.community.aliasProvider.jar
contentModules:
- name: intellij.python.community.aliasProvider
@@ -69,5 +69,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<module name="intellij.python.common.frontend"/>
<module name="intellij.platform.ide.nonModalWelcomeScreen"/>
<module name="intellij.platform.ide.nonModalWelcomeScreen.backend"/>
<module name="intellij.platform.ide.nonModalWelcomeScreen.frontend"/>
</content>
</idea-plugin>