eclipse-platform / eclipse-platform/eclipse.platform
Make InstanceScope.INSTANCE a consumable service of type IScopeContext
Open
enhancement
- Dominant language
- Java
- Stars
- 165
- Forks
- 174
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 22
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.