mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
422 stars 127 forks source link

Image path pasted contains only the image name and not the full path #63

Open tifDev opened 4 years ago

tifDev commented 4 years ago

OS: Windows

Everything works well, except that the image path is pasted like this:

![](2020-02-24-20-58-18.png)

and should be:

![](C:/Users/yiuo/Documents/2020-02-24-20-58-18.png)

My current settings:

    "pasteImage.showFilePathConfirmInputBox": false,
    "pasteImage.path": "C:/Users/yiuo/Documents/",
    "pasteImage.basePath": "C:/Users/yiuo/Documents/",