mushanshitiancai / vscode-paste-image

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

Windows "/" issue #8

Closed gitjit closed 7 years ago

gitjit commented 7 years ago

I am in Windows, I created a new relative path as following..

"pasteImage.path": "./images"

But when I paste image it seems like "\" is placed instead of "/" and Git hub is not rendering the image. I think it should be

![](images\2017-03-22-09-27-53.png)

instead of

![](images/2017-03-22-09-27-53.png)

Let me know If I am missing some thing...

haccanri commented 7 years ago

I also have this problem

mushanshitiancai commented 7 years ago

Hello, I just update plugin. Now have a new pasteImage.forceUnixStyleSeparator config. And it default set to true.