microsoft / inshellisense

IDE style command line auto complete
MIT License
8.39k stars 186 forks source link

PowerShell: Line prompt is replaces with only a greater than character #10

Closed philibertperusse closed 10 months ago

philibertperusse commented 11 months ago

The default powershell line prompt is: PS [CurrentDirectory]> When running inshellisense, this gets replaces with >

And the line prompt no longer shows the CurrentDirectory

JosefSaltz commented 11 months ago

I'm also seeing this behavior for bash

MystPi commented 11 months ago

I think this was intended... however, I find it quite hard to use and would like an option to revert back to the normal prompt.

chrisgrieser commented 11 months ago

Seems to happen in every shell. I also experience this using zsh.

For people who use custom prompts like Starship, this is kind of a dealbreaker, since the custom prompt is basically removed. Also, any kind of syntax highlighting via zsh-syntax-highlighting, is apparently also gone

cpendery commented 11 months ago

I'm working on better supporting the underlying shells so syntax highlighting, cd, & custom prompts all work

cpendery commented 10 months ago

Closing as this was fixed in 0.0.1-rc.5