refactor [pycharm]: move getModuleRoots to the community module to make it acessible from everywhere

GitOrigin-RevId: 09887ecd4b36ee1b6d7d92e7956290436903eb21
This commit is contained in:
Ilya.Kazakevich
2026-06-01 21:17:59 +00:00
committed by intellij-monorepo-bot
parent 48eabca88d
commit 597473b8c1
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -23,6 +23,9 @@ jvm_library(
"//platform/eel-provider",
"//platform/execution",
"//jps/model-api:model",
"//platform/backend/workspace",
"//platform/workspace/storage",
"//platform/workspace/jps",
],
exports = [
"//python/python-psi-api:psi",
@@ -56,6 +59,9 @@ jvm_library(
"//platform/eel-provider:eel-provider_test_lib",
"//platform/execution:execution_test_lib",
"//jps/model-api:model_test_lib",
"//platform/backend/workspace:workspace_test_lib",
"//platform/workspace/storage:storage_test_lib",
"//platform/workspace/jps:jps_test_lib",
]
)
### auto-generated section `build intellij.python.community` end
@@ -22,5 +22,8 @@
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
<orderEntry type="module" module-name="intellij.platform.execution" />
<orderEntry type="module" module-name="intellij.platform.jps.model" />
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
</component>
</module>
@@ -4,6 +4,7 @@
package com.jetbrains.python.sdk
import com.intellij.openapi.diagnostic.fileLogger
import com.intellij.openapi.diagnostic.thisLogger
import com.intellij.openapi.progress.runBlockingMaybeCancellable
import com.intellij.openapi.project.Project
import com.intellij.openapi.vfs.VirtualFile