eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.04k stars 2.5k forks source link

Implement missing activation events #14005

Open tsmaeder opened 3 months ago

tsmaeder commented 3 months ago

Feature Description:

There are a bunch of plugin activation events we don't support yet:

tsmaeder commented 3 months ago

This issue was started based on https://github.com/eclipse-theia/theia/issues/14003. Feel free to extend with more known unimplemented ones.

tsmaeder commented 2 months ago

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.