make sure RubyRunner and PythonRunner are used to run Ruby bzw. Python run configurations instead of DefaultJavaProgramRunner (IDEA-103903)

This commit is contained in:
Dmitry Jemerov
2013-03-26 20:52:29 +01:00
parent d9213521e1
commit 844efbed81
+1 -1
View File
@@ -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"/>