📜  vs 代码切换到编辑器 - 任何代码示例

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

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