Updated VSCodium config

This commit is contained in:
2020-09-23 22:15:37 +02:00
parent a77a65cc3d
commit e730b22e8b
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+b",
"command": "workbench.action.toggleActivityBarVisibility"
}
]