-
Notifications
You must be signed in to change notification settings - Fork 513
Tab Completion removes backslash in UNC Path #681
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
Comments
Wow, that's weird, I'll take a look! |
I hadn't noticed this behavior before, but I can report that I can duplicate the issue with: Name Value PSVersion 5.1.14393.1066 |
This seems to be fixed in the latest Visual Studio Code Insiders build, can you try it there and let me know if it's resolved for you? |
@daviwil |
Great, thanks for confirming! I'll keep this issue open until that fix comes to the stable VS Code release. |
Great news, @daviwil! As of 1.13.0, this behavior seems to have been corrected! :) |
That's great, thanks a lot! |
Uh oh!
There was an error while loading. Please reload this page.
System Details
$PSVersionTable
:PSVersion 5.1.14393.953
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.953
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Tab completion is removing the initial backslash from UNC Paths.
For instance:
\\CorpServer\ becomes \CorpServer\ when one of the subdirectories is selected.
This occurs at every level, not just at the root of the server/share.
The text was updated successfully, but these errors were encountered: