Pārlūkot izejas kodu

vscode use spacebar in other input (#513)

* fixed ues spacebar in other input(terminal, extensions, etc)

* fixed vscode spacebar
Wolowit 4 gadi atpakaļ
vecāks
revīzija
0b0ba39193
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      utils/vscode_config/keybindings.json

+ 1 - 1
utils/vscode_config/keybindings.json

@@ -166,6 +166,6 @@
   {
     "key": "space",
     "command": "whichkey.show",
-    "when": "neovim.mode != 'insert'"
+    "when": "neovim.mode != 'insert' && !inputFocus"
   }
 ]