1- {
2- "ext.displayName" : " PicList" ,
3- "ext.description" : " A powerful image uploading and managing plugin for VSCode based on PicList desktop software. Compatible with PicGo." ,
4- "command.upload.clipboard.title" : " Upload from clipboard" ,
5- "command.upload.explorer.title" : " Upload from explorer" ,
6- "command.upload.inputBox.title" : " Upload from input path or url" ,
7- "command.openImageDB.title" : " Open PicList image database" ,
8- "command.delete.title" : " Delete Image by PicList" ,
9- "config.title" : " PicList" ,
10- "config.uploadAPIUrl.description" : " Upload API URL, default is `http://127.0.0.1:36677/upload`" ,
11- "config.deleteAPIUrl.description" : " Delete API URL, default is `http://127.0.0.1:36677/delete`" ,
12- "config.copyType.markdown" : " Markdown: " ,
13- "config.copyType.html" : " HTML: <img src=\" url\" alt=\" alt\" />" ,
14- "config.copyType.url" : " URL: url" ,
15- "config.copyType.ubb" : " UBB: [img]url[/img]" ,
16- "config.copyType.custom" : " Custom" ,
17- "config.copyType.description" : " Copy type, default is `Markdown: `, support `Markdown`, `HTML`, `URL`, `UBB`, `Custom`" ,
18- "config.customType.description" : " Custom copy type, default is `Markdown: `, support `$fileName`, `$url`" ,
19- "config.encodeUrl.description" : " Whether to encode the URL, default is `false`" ,
20- "config.remoteServerMode.description" : " Whether to use remote server mode, default is `false`" ,
21- "config.enableDragUpload.description" : " Whether to enable drag upload, default is `true`"
1+ {
2+ "ext.displayName" : " PicList" ,
3+ "ext.description" : " A powerful image uploading and managing plugin for VSCode based on PicList desktop software. Compatible with PicGo." ,
4+ "command.upload.clipboard.title" : " Upload from clipboard" ,
5+ "command.upload.explorer.title" : " Upload from explorer" ,
6+ "command.upload.inputBox.title" : " Upload from input path or url" ,
7+ "command.openImageDB.title" : " Open PicList image database" ,
8+ "command.uploadAllImgInFile.title" : " Upload all images in the file" ,
9+ "command.delete.title" : " Delete Image by PicList" ,
10+ "config.title" : " PicList" ,
11+ "config.uploadAPIUrl.description" : " Upload API URL, default is `http://127.0.0.1:36677/upload`" ,
12+ "config.deleteAPIUrl.description" : " Delete API URL, default is `http://127.0.0.1:36677/delete`" ,
13+ "config.copyType.markdown" : " Markdown: " ,
14+ "config.copyType.html" : " HTML: <img src=\" url\" alt=\" alt\" />" ,
15+ "config.copyType.url" : " URL: url" ,
16+ "config.copyType.ubb" : " UBB: [img]url[/img]" ,
17+ "config.copyType.custom" : " Custom" ,
18+ "config.copyType.description" : " Copy type, default is `Markdown: `, support `Markdown`, `HTML`, `URL`, `UBB`, `Custom`" ,
19+ "config.customType.description" : " Custom copy type, default is `Markdown: `, support `$fileName`, `$url`" ,
20+ "config.encodeUrl.description" : " Whether to encode the URL, default is `false`" ,
21+ "config.remoteServerMode.description" : " Whether to use remote server mode, default is `false`" ,
22+ "config.enableDragUpload.description" : " Whether to enable drag upload, default is `true`"
2223}
0 commit comments