Open zole40 opened 3 months ago
I tried to make a fix for it, and I realized it was only a misleading label that should be the same on both files.
The "Open with..." menu item used to have a submenu for editors, but it no longer does. Now it opens the command panel, right or did I miss something?
Bug Description:
Cannot open a secondary editor from a playwright test using the TheiaApp instance because it uses the wrong menu item label Expected label: https://github.com/eclipse-theia/theia/blob/266fa0b2a9cf2649ed9b34c8b71b786806e787b4/packages/navigator/src/browser/navigator-contribution.ts#L388 Actual label in TheiaApp: https://github.com/eclipse-theia/theia/blob/266fa0b2a9cf2649ed9b34c8b71b786806e787b4/examples/playwright/src/theia-app.ts#L126
Steps to Reproduce:
Additional Information