mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE remove pycharm pro configurations
This commit is contained in:
@@ -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"/>
|
||||
@@ -171,11 +175,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"/>
|
||||
|
||||
Reference in New Issue
Block a user