Poetry: Cleanup

Add general service for running coroutines in com.jetbrains.python.sdk.
Delete PoetryConfigLoader.kt and PoetryConfigService.kt.


Merge-request: IJ-MR-145094
Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com>

GitOrigin-RevId: 474bbee10812bbe4ce5fd2db96602f12e9fa023b
This commit is contained in:
Egor Eliseev
2024-09-19 13:44:34 +00:00
committed by intellij-monorepo-bot
parent ab29832b0d
commit bffe31025a
7 changed files with 14 additions and 70 deletions

View File

@@ -548,8 +548,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<!-- Poetry -->
<editorFactoryListener implementation="com.jetbrains.python.sdk.poetry.PyProjectTomlWatcher"/>
<backgroundPostStartupActivity implementation="com.jetbrains.python.sdk.poetry.PoetryConfigLoader" order="last"/>
<!-- Targets API -->
<registryKey key="enable.conda.on.targets" defaultValue="false" description="Enables Conda configuration on targets."/>
<registryKey key="python.packaging.tool.use.project.location.as.working.dir" defaultValue="false"