mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-87232 Change venv module name
GitOrigin-RevId: faf2719abc6236f93840f7a2e34e58eec9f6e868
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1c737661f5
commit
9ebdd29d37
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user