PY-87232 Change venv module name

GitOrigin-RevId: faf2719abc6236f93840f7a2e34e58eec9f6e868
This commit is contained in:
Alexey Katsman
2026-01-29 13:25:49 +00:00
committed by intellij-monorepo-bot
parent 1c737661f5
commit 9ebdd29d37
56 changed files with 94 additions and 123 deletions
+3 -3
View File
@@ -60,9 +60,6 @@
- name: lib/modules/intellij.python.community.impl.uv.common.jar
contentModules:
- name: intellij.python.community.impl.uv.common
- name: lib/modules/intellij.python.community.impl.venv.jar
contentModules:
- name: intellij.python.community.impl.venv
- name: lib/modules/intellij.python.community.interpreters.jar
contentModules:
- name: intellij.python.community.interpreters
@@ -181,6 +178,9 @@
- name: lib/modules/intellij.python.terminal.jar
contentModules:
- name: intellij.python.terminal
- name: lib/modules/intellij.python.venv.jar
contentModules:
- name: intellij.python.venv
- name: lib/python-ce.jar
modules:
- name: intellij.python.community.plugin
@@ -51,7 +51,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<module name="intellij.python.community.execService.python" loading="required"/>
<module name="intellij.python.community.impl.installer" loading="required"/>
<module name="intellij.python.pydev" loading="required"/>
<module name="intellij.python.community.impl.venv" loading="required"/>
<module name="intellij.python.venv" loading="required"/>
<module name="intellij.python.hatch" loading="required"/>
<module name="intellij.python.community.services.shared" loading="required"/>
<module name="intellij.python.community.services.internal.impl" loading="required"/>