eclipse.platform
eclipse.platform copied to clipboard
Make InstanceScope.INSTANCE a consumable service of type IScopeContext
InstanceScope.INSTANCE actually depends on the Workspace started (see https://github.com/eclipse/ecf/issues/83) something a static singelton can not express,
We currently already have a consumable service of type IScopeContext for the bundle, so maybe it would be good to enhance this concept to InstanceScope.INSTANCE as well.