OPENIDE remove pycharm pro configurations

(cherry picked from commit 45fac0e62b)
This commit is contained in:
Nikita Iarychenko
2026-02-12 16:06:12 +04:00
parent e7229395ee
commit 87fcacda4c

View File

@@ -1,3 +1,7 @@
<!-- Copyright 2000-2026 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- -->
<!-- Modified by Nikita Iarychenko at 2026 as part of the OpenIDE project(https://openide.ru). -->
<!-- Any modifications are available on the same license terms as the original source code. -->
<idea-plugin visibility="public">
<dependencies>
<module name="intellij.spellchecker"/>
@@ -199,11 +203,11 @@
<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"/>
<!--<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="before defaultRunRunner"/>
<programRunner implementation="com.jetbrains.python.debugger.PyDebugRunner" order="before defaultDebugRunner"/>