Change language from terminal

This commit is contained in:
Jake Howard 2018-05-27 16:51:07 +01:00
parent 7c77ad995a
commit 8b304b5c44
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -19,5 +19,9 @@
"key": "ctrl+shift+t",
"command": "-DocFX.showTokenTreeToSide",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+l",
"command": "workbench.action.editor.changeLanguageMode"
}
]