We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
rust-analyzer v0.2.135
The text was updated successfully, but these errors were encountered:
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
Sorry, something went wrong.
/duplicate #12448
@bpasero support was just added in the terminal #94961
Tyriar
Successfully merging a pull request may close this issue.
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.
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.The text was updated successfully, but these errors were encountered: