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

Windows paths beginning with \\?\ open in separate tab when opened from the integrated terminal #95364

Closed
connorskees opened this issue Apr 15, 2020 · 4 comments · Fixed by #95365
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues verified Verification succeeded
Milestone

Comments

@connorskees
Copy link
Contributor

Related to #95147

When alt-clicking paths beginning with \\?\ in the integrated terminal, they will open in a separate tab from those opened without the prefix.

E.g.

cd %userprofile% 
mkdir foo && cd foo
echo bar > baz
echo %userprofile%\foo\baz VS \\?\%userprofile%\foo\baz

these two paths will open in separate tabs despite being the same file.

In addition, some extensions not expecting paths to contain \\?\ (namely, rust-analyzer v0.2.135) will crash when one opens a file in this way.

@vscodebot
Copy link

vscodebot bot commented Apr 15, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@bpasero
Copy link
Member

bpasero commented Apr 16, 2020

/duplicate #12448

@Tyriar
Copy link
Member

Tyriar commented Apr 16, 2020

@bpasero support was just added in the terminal #94961

@Tyriar Tyriar reopened this Apr 16, 2020
@Tyriar Tyriar removed the *duplicate Issue identified as a duplicate of another issue(s) label Apr 16, 2020
@Tyriar Tyriar assigned Tyriar and unassigned bpasero Apr 16, 2020
@Tyriar Tyriar added terminal Integrated terminal issues bug Issue identified by VS Code Team member as probable bug labels Apr 16, 2020
@Tyriar Tyriar added this to the April 2020 milestone Apr 16, 2020
@connor4312 connor4312 added the verified Verification succeeded label Apr 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators May 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@bpasero @Tyriar @connor4312 @connorskees and others