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 103
103
},
104
104
{
105
105
"command" : " HackMD.showPreview" ,
106
- "title" : " Show Preview" ,
106
+ "title" : " Open Preview" ,
107
107
"category" : " HackMD" ,
108
108
"icon" : {
109
109
"light" : " src/icon/light/view-dark.svg" ,
112
112
},
113
113
{
114
114
"command" : " HackMD.showPreviewAndEditor" ,
115
- "title" : " Show Preview To Side" ,
115
+ "title" : " Open Preview to the Side" ,
116
116
"category" : " HackMD" ,
117
117
"icon" : {
118
118
"light" : " src/icon/light/column-dark.svg" ,
144
144
"when" : " view == mdTreeItems && viewItem == file" ,
145
145
"group" : " inline"
146
146
},
147
+ {
148
+ "command" : " HackMD.showPreview" ,
149
+ "when" : " view == mdTreeItems && viewItem == file"
150
+ },
147
151
{
148
152
"command" : " HackMD.showPreviewAndEditor" ,
149
153
"when" : " view == mdTreeItems && viewItem == file" ,
150
154
"group" : " inline"
155
+ },
156
+ {
157
+ "command" : " HackMD.showPreviewAndEditor" ,
158
+ "when" : " view == mdTreeItems && viewItem == file"
151
159
}
152
160
]
153
161
},
You can’t perform that action at this time.
0 commit comments