telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
135 stars 41 forks source link

Running the contributed command:''extension.MarkdownPaste' failed. #13

Closed qqzzft closed 6 years ago

qqzzft commented 6 years ago

snipaste20180421_111155

extension version:0.7.4 vscode version:1.22.2 on windows

telesoho commented 6 years ago

Could you use the follow command to check whether 'clipboard_i686.exe' and 'clipboard_x86_64.exe' exsit?

dir %USERPROFILE%\.vscode\extensions\telesoho.vscode-markdown-paste-image-0.7.4\node_modules\clipboardy\fallbacks\windows

If not, you need to reinstall this extension.

chenxizhang commented 6 years ago

same issue. I check the two file and both are exsit. reinstall can not solve the issue too. @telesoho

greasycat commented 6 years ago

Same issue. Both executable files exist. image

telesoho commented 6 years ago

May be there are some bug in new version clipboardy, I have downgrade it to version 1.1.4. Please reinstall this extension and check it work or not.

chenxizhang commented 6 years ago

it is work now @telesoho