Skip to content

Tab Completion breaks UNC path #709

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

Closed
willprather opened this issue May 2, 2017 · 1 comment
Closed

Tab Completion breaks UNC path #709

willprather opened this issue May 2, 2017 · 1 comment

Comments

@willprather
Copy link

System Details

Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here

code -v
1.11.2
6eaebe3b9c70406d67c97779468c324a7a95db0e
$pseditor.EditorServicesVersion
Major Minor Build Revision


0 12 1 0

code --list-extensions --show-versions
ms-vscode.csharp@1.9.0
ms-vscode.PowerShell@0.12.2

$PSVersionTable
Name Value


PSVersion 5.1.14393.1066
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.1066
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1


### Issue Description

I am experiencing a problem with tab completion. When I hit tab to auto complete a UNC path, it removes one of the '\' at the beginning.
\\serverA\c$\windows
becomes
\serverA\c$\windows\system32
when I hit tab.

Tab completion does not work for the path at all at that point because it is no longer a valid path.
@daviwil
Copy link
Contributor

daviwil commented May 15, 2017

Hey Will, this issue is being traced with #681 so I'll close this one in favor of the other. I'd recommend subscribing to that issue to be notified when the issue gets resolved. Thanks!

@daviwil daviwil closed this as completed May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants