mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix displaying unavailable python run configurations from pro tier; start with django; PY-80062
Merge-request: IJ-MR-159510 Merged-by: Ilya Kazakevich <ilya.kazakevich@jetbrains.com> GitOrigin-RevId: d9dfe8bdcb27a57c935bca570e96902687f58ba8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2713ffd669
commit
53bc8ed84f
@@ -203,6 +203,14 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
serviceImplementation="com.jetbrains.python.run.PyRunConfigurationFactoryImpl"/>
|
||||
<applicationService serviceImplementation="com.jetbrains.python.debugger.variablesview.usertyperenderers.PyUserTypeRenderersSettings"/>
|
||||
<configurationType implementation="com.jetbrains.python.run.PythonConfigurationType"/>
|
||||
|
||||
<!-- Locked configurations should go first to be overwritten by real ones-->
|
||||
<configurationType implementation="com.jetbrains.python.run.DjangoServerLockedRunConfigurationType" order="first"/>
|
||||
<configurationType implementation="com.jetbrains.python.run.FlaskServerLockedRunConfigurationType" order="first"/>
|
||||
<configurationType implementation="com.jetbrains.python.run.DbtRunLockedConfigurationType" order="first"/>
|
||||
<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.debugger.PyDebugRunner"/>
|
||||
<runConfigurationProducer implementation="com.jetbrains.python.run.PythonRunConfigurationProducer"/>
|
||||
|
||||
Reference in New Issue
Block a user