mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Using `Sdk.getHomePath()` as the path to interpreter is not reliable for every case. For example, for legacy remote interpreters `Sdk.getHomePath()` contains prefix, which is used to distinguish different types of remote credentials (for example `sftp://` or `docker://`). It also contains the representation of the value of the remote credentials used. In this case the interpreter path is available via `PythonSdkAdditionalData.getInterpreterPath()`. These changes fix the problem introduced in c63b57aac9b5a267b3a6710902670bfe7d10c722. GitOrigin-RevId: a7dc2579d1b0b367353fbecf4b9fe4a56b098e9b
28 lines
1.6 KiB
XML
28 lines
1.6 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$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
|
|
<orderEntry type="library" name="gson" level="project" />
|
|
<orderEntry type="library" name="Guava" level="project" />
|
|
<orderEntry type="library" name="StreamEx" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
|
<orderEntry type="module" module-name="intellij.python.community" />
|
|
<orderEntry type="module" module-name="intellij.python.psi" />
|
|
<orderEntry type="module" module-name="intellij.python.psi.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.execution" />
|
|
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
|
</component>
|
|
</module> |