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

Links generated on Windows are not consistent with links generated on other operating systems.

Open gdziadkiewicz opened this issue 8 years ago • 2 comments

Due to fact that Windows uses backslashes instead of slashes in paths the generated links are not the identical (lucky, both versions are accepted by browsers). This results in failing tests on Windows. IMO the behavior should be consistent and generated links should be identical.

gdziadkiewicz avatar Aug 21 '16 10:08 gdziadkiewicz

This extension works correctly on Windows: https://marketplace.visualstudio.com/items?itemName=mattlott.copy-github-url

wojpawlik avatar Sep 27 '17 19:09 wojpawlik

I was unable to get the alternative extension to work correctly - it appears to suffer from the same issue for me. It'd be great if this could be resolved.

EDIT: I had a look at fixing this and noticed that this appears to be resolved in https://github.com/ziyasal/vscode-open-in-github/commit/7a68b4b9778f66e2a194dfbc97dc665472602fcb - is this going to be released?

chriscollinsboxuk avatar Feb 05 '18 12:02 chriscollinsboxuk