From 271e052f37cc3215af32c0c2d69a4bded1de5385 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 17 Mar 2024 20:23:28 -0700 Subject: [PATCH] :bug: Fixed bug with new keybinding --- .config/VSCodium/User/keybindings.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/VSCodium/User/keybindings.json b/.config/VSCodium/User/keybindings.json index 4048df99..9382d3de 100644 --- a/.config/VSCodium/User/keybindings.json +++ b/.config/VSCodium/User/keybindings.json @@ -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" +} + ]