11 lines
286 B
JSON
11 lines
286 B
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "ctrl+cmd+b",
|
|
"command": "workbench.action.activityBarLocation.default"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+cmd+b",
|
|
"command": "workbench.action.activityBarLocation.hide"
|
|
}
|
|
] |