Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The VS Code command workbench.action.toggleMaximizedPanel was working this morning but has now stopped functioning entirely. When
attempting to execute the command via keyboard shortcut, it now returns the error: command ‘workbench.action.toggleMaximizedPanel’ not
found.
This appears to be a recent regression - the command was functional earlier today but is now completely missing from Cursor’s command
registry.
Steps to Reproduce
- Open Cursor IDE (version 1.9.0-pre.0.patch.0)
- Open keybindings.json
- Verify the following keybinding exists (this was working earlier today):
{
“key”: “shift+cmd+backspace”,
“command”: “workbench.action.toggleMaximizedPanel”
} - Press Shift+Cmd+Backspace
- Error appears: command ‘workbench.action.toggleMaximizedPanel’ not found
Expected Behavior
The panel (terminal/output/problems) should toggle between maximized and normal size when the keybinding is pressed, as it did this
morning. This is standard VS Code functionality.
Timeline:
- This morning (October 20, 2025): Command was working properly
- Current time (afternoon, October 20, 2025): Command completely non-functional
- Possible cause: Started acting up after updating Cursor today
Current Keybinding Configuration:
The keybinding is properly configured in keybindings.json:
{
“key”: “shift+cmd+backspace”,
“command”: “workbench.action.toggleMaximizedPanel”
}
However, the command itself appears to be missing from Cursor’s available commands list.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Cursor Version: 1.9.0-pre.0.patch.0
OS: macOS (Darwin 24.6.0)
Date: October 20, 2025
Additional Information
- This command is a core VS Code feature and should be inherited by Cursor
- The command was functional earlier today, making this a regression issue
- A similar bug was reported in March 2025 but was auto-closed without resolution
- Attempted workaround (setting workbench.panel.defaultLocation to “center”) caused other issues (terminal opening minimized and out of
focus) - The command may have been removed or disabled in a recent Cursor update
Impact:
This breaks existing user workflows that depend on this command for quick panel maximize/restore functionality via keyboard shortcuts.
Related Issues:
- Previous forum report (closed): `workbench.action.toggleMaximizedPanel` Affects Sidebar Instead of Panel
Does this stop you from using Cursor
No - Cursor works, but with this issue