Markdown-All-In-One 入れたらタブ移動が無効になった
問題点
- Markdown-All-In-One 入れたらタブ移動が無効になった
設定オフにするだけ
jsonc
[
{
"key": "ctrl+shift+[",
"command": "-markdown.extension.editing.decreaseHeadingLevel",
"when": "editorTextFocus && editorLangId == 'markdown'"
},
{
"key": "ctrl+shift+]",
"command": "-markdown.extension.editing.increaseHeadingLevel",
"when": "editorTextFocus && editorLangId == 'markdown'"
}
]