Auto-complete does not work when opening cmd.exe/powershell.exe from WSL. #228
Labels
Product-Conhost
For issues in the Console codebase
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Resolution-Fix-Available
It's available in an Insiders build or a release
Milestone
When opening cmd.exe or powershell.exe from WSL, Auto-complete (tab key) does not work in the opened cmd/powershell process. It types a tab character instead.
My Windows Build Number: 17134.165
Tested WSL version: Ubuntu 16.04 and Ubuntu 18.04
Expected behavior: Tab key should suggest based on file names on current directory, just like a cmd.exe/powershell.exe opened directly from start menu does.
What's happening: Tab key types a \t character on screen instead of auto-completing, when running cmd.exe or powershell.exe from bash.
Steps to reproduce:
Open a bash Window.
Type cmd.exe (or powershell.exe) and press enter.
Type a character and press tab button.
The text was updated successfully, but these errors were encountered: