File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5656 "menus" : {
5757 "commandPalette" : [
5858 {
59- "when" : " editorLangId == markdown" ,
59+ "when" : " editorLangId == markdown || editorLangId == mdx " ,
6060 "command" : " markmap-vscode.open"
6161 },
6262 {
63- "when" : " editorLangId == markdown" ,
63+ "when" : " editorLangId == markdown || editorLangId == mdx " ,
6464 "command" : " markmap-vscode.toggle"
6565 },
6666 {
67- "when" : " editorLangId == markdown" ,
67+ "when" : " editorLangId == markdown || editorLangId == mdx " ,
6868 "command" : " markmap-vscode.toggle-recursively"
6969 }
7070 ],
7171 "explorer/context" : [
7272 {
73- "when" : " resourceLangId == markdown" ,
73+ "when" : " resourceLangId == markdown || resourceLangId == mdx " ,
7474 "command" : " markmap-vscode.open" ,
7575 "group" : " navigation"
7676 }
7777 ],
7878 "editor/title" : [
7979 {
80- "when" : " resourceLangId == markdown && activeEditor == workbench.editors.files.textFileEditor" ,
80+ "when" : " activeEditor == workbench.editors.files.textFileEditor && (resourceLangId == markdown || resourceLangId == mdx) " ,
8181 "command" : " markmap-vscode.open" ,
8282 "group" : " navigation"
8383 }
You can’t perform that action at this time.
0 commit comments