diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/src/org/springframework/tooling/cloudfoundry/manifest/ls/BootDashTargetInfoSynchronizer.java b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/src/org/springframework/tooling/cloudfoundry/manifest/ls/BootDashTargetInfoSynchronizer.java index b4e4b7bc9..2e43ee772 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/src/org/springframework/tooling/cloudfoundry/manifest/ls/BootDashTargetInfoSynchronizer.java +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/src/org/springframework/tooling/cloudfoundry/manifest/ls/BootDashTargetInfoSynchronizer.java @@ -90,7 +90,7 @@ public class BootDashTargetInfoSynchronizer { if (targets != null) { for (RunTarget runTarget : targets) { if (runTarget instanceof CloudFoundryRunTarget) { -// ((CloudFoundryRunTarget) runTarget).addConnectionStateListener(clientsChangedListener); + ((CloudFoundryRunTarget) runTarget).getClientExp().addListener(clientsChangedListener); } } }