Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expect to be able to use UI to move relative symbolic links #92731

Closed
kingces95 opened this issue Mar 15, 2020 · 8 comments
Closed

Expect to be able to use UI to move relative symbolic links #92731

kingces95 opened this issue Mar 15, 2020 · 8 comments
Assignees
Labels
file-explorer Explorer widget issues info-needed Issue requires more information from poster

Comments

@kingces95
Copy link

Create a symbolic link ln -s ../still/in/the/repro/foo.js foo.js to a file using a relative path such that the link and its target remain in the git repo. Try to use VS Code to move the link from one directory to another.

I expect VS code will detect the symbolic link is relative and pointing to a file in the repro and so will "move" the link by deleting the old link and creating a new link with a relative path that points to the same target but from the directory into which I dragged the linked file.

What actually happens is that the link is deleted but no new link is created presumably because VS code doesn't like to display UI for the now broken link (which is a separate bug #44908 which would make sense to fix if this were also fixed).

@kingces95
Copy link
Author

Version Version 1.25.1 (1.25.1)

@gjsjohnmurray
Copy link
Contributor

Please update to latest version (1.43) and retest.

@kingces95
Copy link
Author

Tried updating but it says I'm on the latest. I'm running on a mac.

@gjsjohnmurray
Copy link
Contributor

What macOS version?

@kingces95
Copy link
Author

10.14.6

@gjsjohnmurray
Copy link
Contributor

See #7426 (comment) for advice on how to update.

@isidorn
Copy link
Contributor

isidorn commented Mar 16, 2020

Thanks for filling this issue. Can you reproduce using Visual Studio Code Insiders https://code.visualstudio.com/insiders/

@isidorn isidorn added file-explorer Explorer widget issues info-needed Issue requires more information from poster and removed ~version-info-needed Issue requires version information from poster labels Mar 16, 2020
@vscodebot vscodebot bot closed this as completed Mar 23, 2020
@vscodebot
Copy link

vscodebot bot commented Mar 23, 2020

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@github-actions github-actions bot locked and limited conversation to collaborators May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
file-explorer Explorer widget issues info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants
@isidorn @kingces95 @gjsjohnmurray and others