question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tab complete changed in inconvenient way for PS7 Preview3

See original GitHub issue

Tab-complete is finding files from somewhere (not sure where).

PS7AutoCompleteBroken

Steps to reproduce

1. dotnet new console -o HelloWorld
2. dotnet run
3. bi<tab>
4. <tab>

Expected behavior

Complete to `.\bin\Debug`

Actual behavior

completes to `B:` or other odd files:

Environment data

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

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
iSazonovcommented, Sep 5, 2019

Thanks! I can repo on Windows. On 6.2.2 too. So it is not regression in 7.0. (I can repo without PSReadline too).

1reaction
rkeithhillcommented, Sep 4, 2019

Or in this case, below any local files and directories.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using tab-completion in the shell - PowerShell
The MenuComplete function displays a list of matching completions below the command line. These keybindings can be changed using PSReadLine ...
Read more >
Tab completion for System.CommandLine
How to enable and customize tab completion for apps built on the System.CommandLine library.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found