theia
theia copied to clipboard
Implement missing activation events
Feature Description:
There are a bunch of plugin activation events we don't support yet:
- [ ] onProfile,
- [ ] onWalkthrough
- [ ] onEditSession ....
This issue was started based on https://github.com/eclipse-theia/theia/issues/14003. Feel free to extend with more known unimplemented ones.
The only place I could find to see what events there really are is in the packags.json code assist of the "activationEvent" tag in package.json in VS Code.
- [ ] onTunnel
- [ ] onOpenExternalUri
Also seem to be ones missing
as reported by https://github.com/eclipse-theia/theia/issues/13051#issuecomment-2665496473, the list of unsupported activation events has been updated