Skip to content

Extension API: make configuration a Subscribable

Warren Gifford requested to merge sourcegraph-configuration-subscribe into master

Created by: lguychard

Fixes https://github.com/sourcegraph/sourcegraph/issues/3557

In the extension API, Sourcegraph.configuration did not conform to the Subscribable interface, which led to ugly workarounds when composing it with RxJS operators in Sourcegraph extensions. This fixes that.

Merge request reports

Loading