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
1.download theia blueprint from https://github.com/eclipse-theia/theia-blueprint
2.execute yarn and yarn build,
3.download robotframework lsp extension from https://open-vsx.org/extension/robocorp/robotframework-lsp
4.copy downloaded robocorp.robotframework-lsp-1.11.0.vsix to plugins folder
5.select Launch Electron Backend & Fronted debug mode
6.start debug and the debug console will output the error message
7.open file explorer and right click any file, can not open context menu
Additional Information
Operating System:windows10
Theia Version:1.41.1
The text was updated successfully, but these errors were encountered:
First it is not allowed to use command and submenu in the same item. Second, the contribution adds robotsubmenu as a submenu item to the robotsubmenu which cause the stack overflow while cleaning up the menu items.
Bug Description:
Steps to Reproduce:
1.download theia blueprint from https://github.com/eclipse-theia/theia-blueprint
2.execute yarn and yarn build,
3.download robotframework lsp extension from https://open-vsx.org/extension/robocorp/robotframework-lsp
4.copy downloaded robocorp.robotframework-lsp-1.11.0.vsix to plugins folder
5.select Launch Electron Backend & Fronted debug mode
6.start debug and the debug console will output the error message
7.open file explorer and right click any file, can not open context menu
Additional Information
The text was updated successfully, but these errors were encountered: