mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 06:18:32 +07:00
Add a pluggable PyToolManagerProvider EP (PyToolManager: uv tool install, pip fallback) and PyTool models for uv, hatch, poetry, pipenv. Route the Add Interpreter, pyproject, and External Tools flows through PyTool.performToolInstallation. Prefer uv (latest, isolated) over pip and drop the pinned Poetry 1.8.0. IJ-MR-211863 GitOrigin-RevId: 52cd9e4bd22303c1a6a7d9a27059ffca6120cd73
38 lines
2.4 KiB
XML
38 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
<orderEntry type="module" module-name="intellij.platform.eel" />
|
|
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.progress" />
|
|
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
|
<orderEntry type="module" module-name="intellij.python.pytools" />
|
|
<orderEntry type="module" module-name="intellij.python.community" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
|
<orderEntry type="module" module-name="intellij.python.community.services.systemPython" />
|
|
<orderEntry type="module" module-name="intellij.python.community.execService" />
|
|
<orderEntry type="module" module-name="intellij.python.community.execService.python" />
|
|
<orderEntry type="module" module-name="intellij.python.uv.backend" />
|
|
<orderEntry type="module" module-name="intellij.python.sdk" />
|
|
</component>
|
|
</module> |