-
Notifications
You must be signed in to change notification settings - Fork 513
Network path broke when using auto complete #306
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
I encountered the same behavior, and got a response: |
Hey @monghuz, I apologize for the extremely long delay in response! Are you still seeing this issue in the latest VS Code and PowerShell extension versions? |
Hey @daviwil, Sadly yes. I just upgraded to 1.12.2 but the issue is still there. result should be |
Can you try it in the VS Code Insiders release? I believe they fixed it recently but the fix hasn't made it to the main VS Code release yet. |
Rejoice, @monghuz As of 1.13.0, this is corrected! :) |
Yep, this should be fixed now, let me know if you still see it after installing the VS Code 1.13.0 update which just got released yesterday. |
Uh oh!
There was an error while loading. Please reload this page.
Please fill in these details so that we can help you!
System Details
Issue Description
When I using the auto complete feature for network path the leading double backslash changed to single one. As a result of it after every time I need to read the missing backslash to the beginning of the path.
Example before the autocomplete feature used
\\my\share
At this point I see the sub folders and files as expected.
Then:
\my\share\folder1
The text was updated successfully, but these errors were encountered: