🐛 Fixed bug with new keybinding
This commit is contained in:
parent
f2f8cfb18d
commit
271e052f37
1 changed files with 4 additions and 3 deletions
|
|
@ -16,9 +16,10 @@
|
|||
"key": "alt+left",
|
||||
"command": "workbench.action.previousEditor"
|
||||
},
|
||||
{
|
||||
{
|
||||
"key": "space '",
|
||||
"command": "workbench.action.toggleSidebarVisibility",
|
||||
"when": "sideBarFocus"
|
||||
}
|
||||
"when": "sideBarFocus && activeViewlet != workbench.view.extensions && activeViewlet != workbench.view.search && activeViewlet != workbench.view.scm"
|
||||
}
|
||||
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue