PY-85162 Add registry key for timeout to guess SDK

(cherry picked from commit b044fee434c707575efe27bb383ef0e57747a347)

IJ-MR-184472

GitOrigin-RevId: ec0c53e404f92c6b75753c8c79b6a2461c2ef461
This commit is contained in:
Alexey Katsman
2025-12-02 19:50:56 +00:00
committed by intellij-monorepo-bot
parent c1189567ed
commit 1a7d3b77fb
2 changed files with 9 additions and 1 deletions
@@ -693,6 +693,8 @@
<!-- Debugger Show value tooltip -->
<registryKey defaultValue="true" description="Show value tooltip" key="python.debugger.show.value.tooltip"/>
<registryKey defaultValue="3" description="Timeout to guess the best suitable SDK when adding new interpreter (seconds)" key="python.guess.sdk.timeout.seconds"/>
</extensions>
<extensionPoints>