🐛 Fixed bug with new keybinding
This commit is contained in:
parent
f2f8cfb18d
commit
271e052f37
1 changed files with 4 additions and 3 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
{
|
{
|
||||||
"key": "space '",
|
"key": "space '",
|
||||||
"command": "workbench.action.toggleSidebarVisibility",
|
"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