mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
PY-50934: Update default ML ranking state for quick fixes
- Set `quickfix.ranking.ml` registry key default to ENABLED. (cherry picked from commit 558dbb7b5c453032a75b1340d261dc0c86388a2d) IJ-CR-170347 GitOrigin-RevId: 7deb92f984ab8dea1b27e3b8d0d011aeb50a8c2b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ea82d12cbc
commit
d832126a0e
@@ -7,7 +7,7 @@
|
||||
<statistics.counterUsagesCollector implementationClass="com.intellij.python.ml.features.imports.PyCharmImportsRankingLogs"/>
|
||||
<registryKey
|
||||
key="quickfix.ranking.ml"
|
||||
defaultValue="[IN_EXPERIMENT|ENABLED|DISABLED*]"
|
||||
defaultValue="[IN_EXPERIMENT|ENABLED*|DISABLED]"
|
||||
description="Enable ML ranking in quick fix for missing imports"/>
|
||||
<postStartupActivity implementation="com.intellij.python.ml.features.imports.QuickfixRankingModelLoading"/>
|
||||
<applicationService serviceInterface="com.jetbrains.python.codeInsight.imports.ImportChooser"
|
||||
|
||||
Reference in New Issue
Block a user