Copy File Url not working on windows
When I got to invoke Open in Github: Copy File URL, I get the following error:
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
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.