IJPL-227045 IJ-MR-187307 add "open=true" to services that have overrides

GitOrigin-RevId: f9795dcc08ef0f29ba20443e13a6ead6eade6d98
This commit is contained in:
Andrei.Kuznetsov
2026-01-12 13:56:43 +00:00
committed by intellij-monorepo-bot
parent f2dd33d35d
commit 89314060c4
44 changed files with 240 additions and 226 deletions
@@ -161,7 +161,7 @@
<projectService serviceImplementation="com.jetbrains.python.inspections.PyCompatibilityInspectionAdvertiserSettings"/>
<projectService serviceImplementation="com.jetbrains.python.packaging.PyPackagingSettings"/>
<projectService serviceInterface="com.jetbrains.python.codeInsight.completion.runtime.patProvider.RemoteFilePathRetrievalService"
<projectService serviceInterface="com.jetbrains.python.codeInsight.completion.runtime.patProvider.RemoteFilePathRetrievalService" open="true"
serviceImplementation="com.jetbrains.python.codeInsight.completion.runtime.patProvider.DummyRemoteFilePathRetrievalService"
testServiceImplementation="com.jetbrains.python.codeInsight.completion.runtime.patProvider.DummyRemoteFilePathRetrievalService"/>
@@ -564,7 +564,7 @@
<applicationService serviceInterface="com.jetbrains.python.codeInsight.imports.PyImportCollectorFactory"
serviceImplementation="com.jetbrains.python.codeInsight.imports.CodeStylePyImportCollectorFactory"/>
<!--suppress PluginXmlRegistrationCheck -->
<applicationService serviceInterface="com.jetbrains.python.codeInsight.imports.ImportChooser"
<applicationService serviceInterface="com.jetbrains.python.codeInsight.imports.ImportChooser" open="true"
serviceImplementation="com.jetbrains.python.codeInsight.imports.PyImportChooser"/>
<!--suppress PluginXmlRegistrationCheck -->
<applicationService serviceInterface="com.jetbrains.python.refactoring.PyRefactoringUiService"
@@ -655,7 +655,7 @@
<backgroundPostStartupActivity implementation="com.jetbrains.python.packaging.management.PythonPackagesUpdater"/>
<applicationService
serviceInterface="com.jetbrains.python.run.PythonInterpreterTargetEnvironmentFactory$Available"
serviceInterface="com.jetbrains.python.run.PythonInterpreterTargetEnvironmentFactory$Available" open="true"
serviceImplementation="com.jetbrains.python.run.PythonInterpreterTargetEnvironmentFactory$Available$Default"/>
<registryKey key="python.new.run.config" defaultValue="true" description="Python Run configurations new UI"/>