eclipse-theia/theia

registerUriHandler is not implemented

mathis-girault opened this issue · 2 comments

Feature Description:

The function registerUriHandler is not implemented in theia.
It is defined in the VS code API.

This is needed to handle callbacks to theia through URIs, for example when creating an extension using GitHub OAuth.

@rschnekenbu this API is not marked as stubbed, that's why it does not appear on the comparator output. Can we put this on the backlog for API-compat?