-
Notifications
You must be signed in to change notification settings - Fork 58
command uploadImageFromXXX not found on Ubuntu20.04 via VsCode 1.58.2 #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@seven-steven 控制台没有任何报错吗? |
@upupming 感谢回应。 补充:
|
@seven-steven 刚刚发了一个包 2.1.1,可以先尝试更新一下
|
@upupming 更新到 2.1.1 之后控制台会显示报错信息,如下: |
@seven-steven 看到错误了,打包出了点问题 (PicGo/PicGo-Core#71 ),明天再发个包修复一下 |
@upupming 好的,麻烦您了 |
@seven-steven 已经放在 GitHub Release 了:https://github.com/PicGo/vs-picgo/releases/tag/v2.1.2 ,明早我再请 @Spades-S 更新一下 VSCode Marketplace |
@upupming 感谢深夜帮我排查和解决问题。 验证我更新了 vs-picgo 2.1.2 版本,在完全使用默认配置的情况下,sm.ms 图床可以正常使用。 但我这边有一些额外的需求。 背景在我单独安装的 picgo-core 中,我通过 “picgo-plugin-web-uploader" 插件配置了自定义图床(不在默认提供的图床列表之内)。我的 {
"picBed": {
"current": "web-uploader",
"web-uploader": {
"customBody": null,
"customHeader": null,
"url": "XXXXXXXXXXXXXXXXXXXXXXX",
"paramName": "file",
"jsonPath": "data.o_url"
}
},
"picgoPlugins": {
"picgo-plugin-web-uploader": true
}
} 上述配置在命令行和 Typora 中都是验证正常可用的。 问题如果我在 vs-picgo 的配置中指定 picgo 的配置文件为 诉求请问 vs-picgo 插件能否支持自定义图床呢?无需在 vs-code 中配置自定义图床,只需要能够使用我的 picgo-core 的配置文件即可。 再次感谢! |
done |
这个诉求的核心是在于 |
@Spades-S 或者说在不共用配置文件的情况下,我可以自己往 vs-picgo 安装并配置插件实现自定义图床吗? |
@seven-steven 参考 #43 ,后续肯定会实现,不过暂时时间关系还没写😂,先把这个关了哈 |
Describe the bug
I installed the plugin vs-picgo on VsCode 1.58.2, but can't upload images.
The error message shows "command uploadImageFromXXX not found".
To Reproduce
ctrl + alt + U
orctrl + alt + E
orctrl + alt + O
;Screenshots
VSCode information
Help
->About
->Copy
vs-picgo
version2.1.0
Settings begin with
picgo
:Additional context
Is this bug picBed specific, i.e. only the picBed you use is affected? No.
Is there any error in the console (
Help
->Toggle Developer tools
)?: No.The text was updated successfully, but these errors were encountered: