File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 103103 },
104104 {
105105 "command" : " HackMD.showPreview" ,
106- "title" : " Show Preview" ,
106+ "title" : " Open Preview" ,
107107 "category" : " HackMD" ,
108108 "icon" : {
109109 "light" : " src/icon/light/view-dark.svg" ,
112112 },
113113 {
114114 "command" : " HackMD.showPreviewAndEditor" ,
115- "title" : " Show Preview To Side" ,
115+ "title" : " Open Preview to the Side" ,
116116 "category" : " HackMD" ,
117117 "icon" : {
118118 "light" : " src/icon/light/column-dark.svg" ,
144144 "when" : " view == mdTreeItems && viewItem == file" ,
145145 "group" : " inline"
146146 },
147+ {
148+ "command" : " HackMD.showPreview" ,
149+ "when" : " view == mdTreeItems && viewItem == file"
150+ },
147151 {
148152 "command" : " HackMD.showPreviewAndEditor" ,
149153 "when" : " view == mdTreeItems && viewItem == file" ,
150154 "group" : " inline"
155+ },
156+ {
157+ "command" : " HackMD.showPreviewAndEditor" ,
158+ "when" : " view == mdTreeItems && viewItem == file"
151159 }
152160 ]
153161 },
You can’t perform that action at this time.
0 commit comments