njleonzhang / vscode-extension-mardown-image-paste

read the image from system clipborad, optimize the size, upload to CDN, and return you the CDN link.
https://marketplace.visualstudio.com/items?itemName=njLeonZhang.markdown-image-paste
57 stars 6 forks source link

Paste Image works on windows (folder) but not in Windows Subsystem for Linux (WSL) #19

Open ossonts opened 4 years ago

ossonts commented 4 years ago

I can get the paste (ctrl+alt+v) to paste an image. It creates a new file in my designated folder.

When I swap to a WSL folder, it does not work, I do not get any errors.

Any ideas?

Thanks