📜  vscode 将焦点更改为终端 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:46.062000             🧑  作者: Mango

代码示例1
// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}