vscode-open-in-github icon indicating copy to clipboard operation
vscode-open-in-github copied to clipboard

Copy File Url not working on windows

Open KyleMit opened this issue 1 year ago • 0 comments

When I got to invoke Open in Github: Copy File URL, I get the following error:

image

Command failed: c:\Users\kmitofsky.vscode\extensions\sysoev.vscode-open-in-github-1.18.0\fallbacks\windows\clipboard_x86_64.exe --copy The system cannot find the path specified.

I do have a the folder %UserProfile%\.vscode\extensions\sysoev.vscode-open-in-github-1.18.0, but it doesn't have a fallbacks directory

image

I think this is the src code where the actual copy happens and it doesn't look like it should care about fallbacks or windows or clipboard_x86_64.exe at all

https://github.com/fabiospampinato/vscode-open-in-github/blob/48a2281d13709432eac42e3603e596fd127a87da/src/url.ts#L104

So not sure what's preventing it from working. Tried uninstalling and reinstalling with no luck.

KyleMit avatar Oct 28 '24 14:10 KyleMit