Skip to content

Commit eae2664

Browse files
committed
feat: remove upload post confirmation
1 parent 7abfa45 commit eae2664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,15 +570,15 @@
570570
"scope": "application",
571571
"default": true,
572572
"editPresentation": "singlelineText",
573-
"markdownDescription": "在上传博文时显示确认消息"
573+
"markdownDescription": "侧边栏上传博文时显示确认对话框"
574574
},
575575
"cnblogsClient.markdown.showConfirmMsgWhenPullPost": {
576576
"order": 13,
577577
"type": "boolean",
578578
"scope": "application",
579579
"default": true,
580580
"editPresentation": "singlelineText",
581-
"markdownDescription": "在拉取博文时显示确认消息"
581+
"markdownDescription": "拉取博文显示确认对话框"
582582
},
583583
"cnblogsClient.markdown.ignoreYfmWhenUploadPost": {
584584
"order": 14,
@@ -1228,8 +1228,8 @@
12281228
"group": "navigation"
12291229
},
12301230
{
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",
12331233
"group": "navigation"
12341234
}
12351235
],

0 commit comments

Comments
 (0)