mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-227045 IJ-MR-187307 add "open=true" to services that have overrides
GitOrigin-RevId: f9795dcc08ef0f29ba20443e13a6ead6eade6d98
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2dd33d35d
commit
89314060c4
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user