"Toggle Panel Visibility" stopped setting terminalFocus
#236443
Closed
Description
opened on Dec 18, 2024
Repro:
- Have the keybinding below
- Focus editor
- Toggle panel visibility (cmd+j)
- Press
cmd+n
-- on stable, this launches a new terminal, while on insiders, it creates a new editor
{
"key": "cmd+n",
"command": "workbench.action.terminal.new",
"when": "terminalFocus"
},
Version: 1.97.0-insider
Commit: 95386de
Date: 2024-12-17T05:04:19.511Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.2.0
Activity