Change language from terminal
This commit is contained in:
parent
7c77ad995a
commit
8b304b5c44
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@
|
||||||
"key": "ctrl+shift+t",
|
"key": "ctrl+shift+t",
|
||||||
"command": "-DocFX.showTokenTreeToSide",
|
"command": "-DocFX.showTokenTreeToSide",
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+l",
|
||||||
|
"command": "workbench.action.editor.changeLanguageMode"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue