⚙️ config(vscodium): disable whichkey inside codeium chat

This commit is contained in:
Sergio Laín 2024-06-01 21:47:35 +02:00
parent 5d891b5924
commit c5a379bb09
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
2 changed files with 2 additions and 2 deletions

View file

@ -288,7 +288,7 @@
{ {
"key": "space", "key": "space",
"command": "whichkey.show", "command": "whichkey.show",
"when": "editorFocus || filesExplorerFocus && !inputFocus && neovim.mode != 'insert'" "when": "!inputFocus && neovim.mode != 'insert' && !codeium.chatPanelView.active && !codeium.searchPanelView.active"
}, },
{ {
"key": "alt+enter", "key": "alt+enter",

View file

@ -1118,7 +1118,7 @@
} }
], ],
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"editor.matchBrackets": false, "editor.matchBrackets": "never",
"workbench.editor.showTabs": "multiple", "workbench.editor.showTabs": "multiple",
"workbench.activityBar.location": "hidden" "workbench.activityBar.location": "hidden"
} }