File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 454
454
"group" : " cnblogs@0"
455
455
},
456
456
{
457
- "command" : " vscode-cnb.save -post-file- to-cnblogs " ,
457
+ "command" : " vscode-cnb.show -post-to-local-file-info " ,
458
458
"when" : " resourceLangId == markdown" ,
459
459
"group" : " cnblogs@1"
460
460
},
461
461
{
462
- "command" : " vscode-cnb.open -post-in-blog-admin " ,
462
+ "command" : " vscode-cnb.save -post-file-to-cnblogs " ,
463
463
"when" : " resourceLangId == markdown" ,
464
464
"group" : " cnblogs@2"
465
465
},
466
466
{
467
- "command" : " vscode-cnb.upload-clipboard-image " ,
467
+ "command" : " vscode-cnb.open-post-in-blog-admin " ,
468
468
"when" : " resourceLangId == markdown" ,
469
469
"group" : " cnblogs@3"
470
470
},
471
471
{
472
- "command" : " vscode-cnb.upload-local-disk -image" ,
472
+ "command" : " vscode-cnb.upload-clipboard -image" ,
473
473
"when" : " resourceLangId == markdown" ,
474
474
"group" : " cnblogs@4"
475
+ },
476
+ {
477
+ "command" : " vscode-cnb.upload-local-disk-image" ,
478
+ "when" : " resourceLangId == markdown" ,
479
+ "group" : " cnblogs@5"
475
480
}
476
481
],
477
482
"editor/title" : [
You can’t perform that action at this time.
0 commit comments