13 lines
359 B
JSON
13 lines
359 B
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "ctrl+shift+o",
|
|
"command": "workbench.action.files.openFolder",
|
|
"when": "openFolderWorkspaceSupport"
|
|
},
|
|
{
|
|
"key": "ctrl+k ctrl+o",
|
|
"command": "-workbench.action.files.openFolder",
|
|
"when": "openFolderWorkspaceSupport"
|
|
}
|
|
] |