PY-74389 Packages(fix): FUS for "install all" quickfix action

GitOrigin-RevId: 9bbbb829833996c6d848a2b00136f177caa26771
This commit is contained in:
Nikita.Ashihmin
2024-08-25 16:36:33 +04:00
committed by intellij-monorepo-bot
parent 4776799615
commit 1daa02b9f8
4 changed files with 24 additions and 0 deletions

View File

@@ -498,6 +498,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<runAnything.commandCustomizer implementation="com.jetbrains.python.run.runAnything.PyRunAnythingCommandCustomizer"/>
<!-- Statistics -->
<statistics.counterUsagesCollector implementationClass="com.jetbrains.python.statistics.PyPackagesUsageCollector"/>
<statistics.projectUsagesCollector implementation="com.jetbrains.python.statistics.PyInterpreterUsagesCollector"/>
<statistics.projectUsagesCollector implementation="com.jetbrains.python.statistics.PyPackageVersionUsagesCollector"/>
<statistics.projectUsagesCollector implementation="com.jetbrains.python.statistics.PyPackageInEditorUsageCollector"/>