Skip to content

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

@connorskees

Description

@connorskees

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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions