Skip to content
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

PSDrive Tab completion not retaining the PSDrive name #19918

Closed
5 tasks done
reaching-for-libra opened this issue Jul 10, 2023 · 0 comments · Fixed by #19921
Closed
5 tasks done

PSDrive Tab completion not retaining the PSDrive name #19918

reaching-for-libra opened this issue Jul 10, 2023 · 0 comments · Fixed by #19921
Labels
In-PR Indicates that a PR is out for the issue Resolution-Fixed The issue is fixed.

Comments

@reaching-for-libra
Copy link

Prerequisites

Steps to reproduce

I have many PSDrives created that are just aliases to various folders on my c: drive. I'm finding now that when i type a ps drive path and use tab completion, the path changes to the fully converted path - which really hinders the experience of using aliased drives.

I'm pretty sure that this just materialized in the latest preview release - maybe related to #19489?

Expected behavior

New-PSDrive -name asdf -psprovider FileSystem -root C:\Windows
cd asdf:\<tab>  #change to asdf:\<foldername>\

Actual behavior

New-PSDrive -name asdf -psprovider FileSystem -root C:\Windows
cd asdf:\<tab>  #changes to c:\Windows\<foldername>\

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.4.0-preview.4
PSEdition                      Core
GitCommitId                    7.4.0-preview.4
OS                             Microsoft Windows 10.0.19044
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visuals

No response

@reaching-for-libra reaching-for-libra added the Needs-Triage The issue is new and needs to be triaged by a work group. label Jul 10, 2023
@ghost ghost added the In-PR Indicates that a PR is out for the issue label Jul 10, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage The issue is new and needs to be triaged by a work group. label Jul 11, 2023
@ghost ghost added Resolution-Fixed The issue is fixed. and removed In-PR Indicates that a PR is out for the issue labels Jul 11, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the In-PR Indicates that a PR is out for the issue label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In-PR Indicates that a PR is out for the issue Resolution-Fixed The issue is fixed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant