-
Notifications
You must be signed in to change notification settings - Fork 513
UNC path and tab completion #574
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Details
$PSVersionTable
:PSVersion 5.1.14393.206
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.206
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Something I noticed when using tab completion while using a UNC path:
\servername\folder<tab here>
Returns:
\servername\folder\2ndfolder
Tested with Tab Return and Click. I also tried uninstall of powershell extension and reloading it. Same issue.
The text was updated successfully, but these errors were encountered: