Cherry-pick 8328a4d6. Previously reviewed in IJ-CR-165420.

(cherry picked from commit 236c79574c71aa3182ed5435221ccec6db3e7012)

IJ-CR-165656

GitOrigin-RevId: 280e16f2f977722b0bfd63eef74a1fc1b6e7d7b9
This commit is contained in:
Lenar Sharipov
2025-06-13 13:30:44 +02:00
committed by intellij-monorepo-bot
parent 9f3fce5f0e
commit 72008782e5

View File

@@ -206,7 +206,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<configurationType implementation="com.jetbrains.python.run.FastAPILockedRunConfigurationType" order="first"/>
<facetIgnorer implementation="com.jetbrains.python.run.DjangoFacetIgnorer"/>
<programRunner implementation="com.jetbrains.python.run.PythonRunner" order="first"/>
<programRunner implementation="com.jetbrains.python.run.PythonRunner"/>
<programRunner implementation="com.jetbrains.python.debugger.PyDebugRunner"/>
<runConfigurationProducer implementation="com.jetbrains.python.run.PythonRunConfigurationProducer"/>
<xdebugger.breakpointType implementation="com.jetbrains.python.debugger.PyLineBreakpointType"/>