Note that there are also convenience classes which combine multiple contributions into one.
For example to register a view together with a menu and keybinding you could use
AbstractViewContribution instead.
Called when the application is started. The application shell is not attached yet when this method runs.
Should return a promise if it runs asynchronously.
Representation of a menu contribution.
Note that there are also convenience classes which combine multiple contributions into one. For example to register a view together with a menu and keybinding you could use AbstractViewContribution instead.
Example usage