mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make sure RubyRunner and PythonRunner are used to run Ruby bzw. Python run configurations instead of DefaultJavaProgramRunner (IDEA-103903)
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<applicationService serviceInterface="com.jetbrains.python.run.PythonRunConfigurationExtensionsManager"
|
||||
serviceImplementation="com.jetbrains.python.run.PythonRunConfigurationExtensionsManager"/>
|
||||
<configurationType implementation="com.jetbrains.python.run.PythonConfigurationType"/>
|
||||
<programRunner implementation="com.jetbrains.python.run.PythonRunner"/>
|
||||
<programRunner implementation="com.jetbrains.python.run.PythonRunner" order="first"/>
|
||||
<programRunner implementation="com.jetbrains.python.debugger.PyDebugRunner"/>
|
||||
<programRunner implementation="com.jetbrains.python.debugger.remote.PyRemoteDebugRunner"/>
|
||||
<programRunner implementation="com.jetbrains.python.coverage.PythonCoverageRunner"/>
|
||||
|
||||
Reference in New Issue
Block a user