Make reopen actually work

This commit is contained in:
Jake Howard 2018-05-27 16:36:42 +01:00
parent cf390d9ad0
commit 7c77ad995a
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,5 +14,10 @@
{ {
"key": "ctrl+pageup", "key": "ctrl+pageup",
"command": "-workbench.action.previousEditor" "command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+shift+t",
"command": "-DocFX.showTokenTreeToSide",
"when": "editorTextFocus"
} }
] ]