PY-58972 Packages(fix): The attached project stays in the list on the "Python packages" tool window after its dettaching

GitOrigin-RevId: d7231e09a6d1a981536a68e8289a6b731549be92
This commit is contained in:
Nikita.Ashihmin
2024-09-03 02:47:52 +04:00
committed by intellij-monorepo-bot
parent 7301ef3753
commit a968c7d095
4 changed files with 26 additions and 32 deletions

View File

@@ -99,8 +99,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<listener
class="com.jetbrains.python.inspections.PyInterpreterInspection$Visitor$CacheCleaner"
topic="com.intellij.openapi.projectRoots.ProjectJdkTable$Listener"/>
<listener class="com.jetbrains.python.packaging.toolwindow.PyPackagesToolWindowModuleAttachListener"
topic="com.intellij.platform.ModuleAttachListener"/>
<listener class="com.jetbrains.python.packaging.PyDependencyCollectorListener"
topic="com.jetbrains.python.packaging.common.PythonPackageManagementListener"/>
<listener class="com.jetbrains.python.statistics.PyPackageDaemonListener"