When vs-picgo is uploading files while focus is on OUTPUT tab in bottom of VSCode, at the time the upload finishs, vs-picgo just notifies the upload is successful and doesn't paste the url into editing documents.
This behavour only exists in OUTPUT panel. It seems it can handle PROBLEMS/DEBUG CONSOLE/TERMINAl tab well enough.
To Reproduce
Open a random text file
Call picgo to uploading pictures. In my case, it takes pictures from my clipboard
When the Image is uploading bubble appears, quickly switch focus to OUTPUT panel
The uploading succuess bubble appears, and then nothing happens. The url of uploaded image is lost and I've to open vs-picgo-data.json for looking up the imgUrl.
Expected behavior
The user defined image url should appear in the editors.
If it is impossible to do that ( I have no knowledge about the implementation of vscode), it should at least put the url into clipboard and allows users past it mannually.
Describe the bug
When vs-picgo is uploading files while focus is on OUTPUT tab in bottom of VSCode, at the time the upload finishs, vs-picgo just notifies the upload is successful and doesn't paste the
url
into editing documents.This behavour only exists in
OUTPUT
panel. It seems it can handlePROBLEMS/DEBUG CONSOLE/TERMINAl
tab well enough.To Reproduce
Image is uploading
bubble appears, quickly switch focus toOUTPUT
paneluploading succuess
bubble appears, and then nothing happens. The url of uploaded image is lost and I've to openvs-picgo-data.json
for looking up theimgUrl
.Expected behavior
The user defined image url should appear in the editors. If it is impossible to do that ( I have no knowledge about the implementation of vscode), it should at least put the url into clipboard and allows users past it mannually.
Screenshots
System information
VSCode information
Help
->About
->Copy
vs-picgo
version v2.1.6Settings begin with
picgo
:Additional context
Is this bug picBed specific, i.e. only the picBed you use is affected? Yes/No.
NO
Is there any error in the console (
Help
->Toggle Developer tools
)?: Yes/No.Nothing special.