You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Extension commands (commands defined in the config fiels,implemented in a jar in the WS and dynamically added by the server) no longer get an entry in the menu.
The reason is that Theia/Monaco LC switched to a global command registry, and our hooks that atuomatically add labels (prerequisite to be added in the quick command list) and menu entries are no longer called.