-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Milestone
Description
Bug Description:
In the context of #13306, I have implemented the onUri activation event. The logical thing to do in response to this event is to register a uri handler. However, this does not work because the activation finishes for the front end before the uri handler registration call is invoked.
Steps to Reproduce:
- Install the extension from the referenced PR
- Add the "onUri" activation event to its package.json
- Run Theia
- Open the uri
theia://tylerleonhardt.open-externalin the OS (in the browser, for eample) - Observe: there is no message being shown by Theia
- Open the same uri again
- Observe: you get a message saying the uri has been handled by the plugin
Additional Information
- Operating System: Windows
- Theia Version: Implement previously stubbed window#registerURIhandler (#13169) #13306
Metadata
Metadata
Assignees
Labels
No labels