File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 570
570
"scope" : " application" ,
571
571
"default" : true ,
572
572
"editPresentation" : " singlelineText" ,
573
- "markdownDescription" : " 在上传博文时显示确认消息 "
573
+ "markdownDescription" : " 侧边栏上传博文时显示确认对话框 "
574
574
},
575
575
"cnblogsClient.markdown.showConfirmMsgWhenPullPost" : {
576
576
"order" : 13 ,
577
577
"type" : " boolean" ,
578
578
"scope" : " application" ,
579
579
"default" : true ,
580
580
"editPresentation" : " singlelineText" ,
581
- "markdownDescription" : " 在拉取博文时显示确认消息 "
581
+ "markdownDescription" : " 拉取博文显示确认对话框 "
582
582
},
583
583
"cnblogsClient.markdown.ignoreYfmWhenUploadPost" : {
584
584
"order" : 14 ,
1228
1228
"group" : " navigation"
1229
1229
},
1230
1230
{
1231
- "command" : " vscode-cnb.post.upload-file" ,
1232
- "when" : " resourceLangId == markdown" ,
1231
+ "command" : " vscode-cnb.post.upload-file-no-confirm " ,
1232
+ "when" : " resourceLangId == markdown || resourceLangId == html " ,
1233
1233
"group" : " navigation"
1234
1234
}
1235
1235
],
You can’t perform that action at this time.
0 commit comments