mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
PY-73432 Minor: better name for registry key
GitOrigin-RevId: cec63f671f0635ba39d62126f21e023c0cf7fe73
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f5fee916be
commit
d1c7e0917a
@@ -459,8 +459,8 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<registryKey defaultValue="true" description="Use a single port for communication between PyCharm and the debugger"
|
||||
restartRequired="false" key="python.debug.use.single.port"/>
|
||||
|
||||
<registryKey defaultValue="29781" description="Default Python debugger port" restartRequired="false"
|
||||
key="python.debug.default.port" />
|
||||
<registryKey defaultValue="29781" description="Python debugger port number" restartRequired="false"
|
||||
key="python.debugger.port" />
|
||||
|
||||
<!-- typing -->
|
||||
<multiHostInjector implementation="com.jetbrains.python.codeInsight.typing.PyTypingAnnotationInjector"/>
|
||||
|
||||
Reference in New Issue
Block a user