Extension API: make configuration a Subscribable
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.