Make reopen actually work
This commit is contained in:
parent
cf390d9ad0
commit
7c77ad995a
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue