更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-10-26 10:15:02 +08:00
parent 5354de8898
commit d28d86f88b
1 changed files with 1 additions and 1 deletions

View File

@ -392,6 +392,6 @@
{
"key": "cmd+t",
"command": "workbench.action.newWindow",
"when": "editorFocus && !inDebugMode && !terminalFocus"
"when": "!inDebugMode && !terminalFocus"
},
]