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
logger-protocol.ts:112 root ERROR Failed to execute command: Error: The command 'core.toggle.bottom.panel' cannot be executed. There are no active handlers available for the command. (args: [null])
at CommandRegistry.<anonymous> (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:57675:45)
at step (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:57444:23)
at Object.next (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:57425:53)
at file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:57419:71
at new Promise (<anonymous>)
at ./node_modules/@theia/core/lib/common/command.js.__awaiter (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:57415:12)
at CommandRegistry../node_modules/@theia/core/lib/common/command.js.CommandRegistry.executeCommand (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:57657:16)
at KeybindingRegistry../node_modules/@theia/core/lib/browser/keybinding.js.KeybindingRegistry.executeKeyBinding (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:35205:38)
at KeybindingRegistry../node_modules/@theia/core/lib/browser/keybinding.js.KeybindingRegistry.run (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:35297:22)
at HTMLDocument.<anonymous> (file:///Applications/Arduino%20Pro%20IDE.app/Contents/Resources/app/lib/bundle.js:33430:35)
Steps to Reproduce:
Make sure you do not have anything in the bottom panel.
Toggle it with the appropriate keybinding.
Additional Information
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
Before executing the command via a keybinding, we check if the command
has an active handler.
Closes#8413.
Signed-off-by: Akos Kitta <[email protected]>
Before executing the command via a keybinding, we check if the command
has an active handler.
Closes#8413.
Signed-off-by: Akos Kitta <[email protected]>
Bug Description:
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: