fix
This commit is contained in:
parent
64dd76cf17
commit
9e30881f97
|
@ -158,5 +158,9 @@
|
||||||
"key": "ctrl+]",
|
"key": "ctrl+]",
|
||||||
"command": "-editor.action.indentLines",
|
"command": "-editor.action.indentLines",
|
||||||
"when": "editorTextFocus && !editorReadonly"
|
"when": "editorTextFocus && !editorReadonly"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+r",
|
||||||
|
"command": "workbench.action.openRecent"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue