mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Python: remove pre-targets API
Targets are enabled by default for more than a year GitOrigin-RevId: ab0469410b4a699ce516c2054e38b63753c726fb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6cf6f20581
commit
218af635f1
@@ -551,7 +551,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<backgroundPostStartupActivity implementation="com.jetbrains.python.sdk.poetry.PoetryConfigLoader" order="last"/>
|
||||
|
||||
<!-- Targets API -->
|
||||
<registryKey key="python.use.targets.api" defaultValue="true" description="Switches Python support to Targets API."/>
|
||||
<registryKey key="enable.conda.on.targets" defaultValue="false" description="Enables Conda configuration on targets."/>
|
||||
<registryKey key="python.packaging.tool.use.project.location.as.working.dir" defaultValue="false"
|
||||
description="Use project location as a working directory for the packaging tool execution."/>
|
||||
@@ -856,7 +855,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<inspectionExtension implementation="com.jetbrains.python.inspections.PyUnresolvedReferenceDefaultInspectionExtension" order="last"/>
|
||||
|
||||
<runConfigurationEditorExtension implementation="com.jetbrains.python.run.PyRunConfigurationTargetOptions"/>
|
||||
<remoteSdkValidator implementation="com.jetbrains.python.target.PyTargetSdkValidator"/>
|
||||
|
||||
<PythonPackagingToolwindowActionProvider implementation="com.jetbrains.python.packaging.pip.PipPackagingToolwindowActionProvider"/>
|
||||
<PythonPackagingToolwindowActionProvider implementation="com.jetbrains.python.packaging.conda.CondaPackagingToolwindowActionProvider"/>
|
||||
|
||||
Reference in New Issue
Block a user