mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[remdev debugger] IDEA-361922 Change sync direction to default
GitOrigin-RevId: 20a7bc0e0dff0cdf200c7a99f472b07977d60617
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1e2a1e877a
commit
b70ad6875b
+1
-1
@@ -6,7 +6,7 @@ import com.intellij.ide.settings.RemoteSettingInfoProvider
|
||||
|
||||
private class JavaDebuggerSettingsProvider : RemoteSettingInfoProvider {
|
||||
override fun getRemoteSettingsInfo() =
|
||||
mapOf("DebuggerSettings" to RemoteSettingInfo(RemoteSettingInfo.Direction.InitialFromBackend))
|
||||
mapOf("DebuggerSettings" to RemoteSettingInfo(RemoteSettingInfo.Direction.InitialFromFrontend))
|
||||
|
||||
/**
|
||||
* DebuggerSettings are located in different plugins in monolith and frontend, so we have to map them.
|
||||
|
||||
Reference in New Issue
Block a user