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
Clicking on the menu items have no effect when the application is starting. This has worked with 1.36.0. Presumably, the breaking change has been introduced with the electron version update and affects only the electron app, but this is just a guess so far: #12299.
Steps to Reproduce:
Open Theia Blueprint 1.37.0, and while the app is starting, click on File > New File. Nothing happens until the window is fully loaded and the last setMenu is called.
This works perfectly with Theia Blueprint 1.36.0. When I click New File thrice, I will see three new untitled editors once the app is ready.