microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.18k stars 28.55k forks source link

Can't `cd` up a directory #223404

Closed sbatten closed 1 month ago

sbatten commented 1 month ago

Testing #223130

Repro:

  1. Type cd .. (suggest widget shows ..)
  2. Hit enter

:bug: => replaces cd .. with ..

sbatten commented 1 month ago

Btw this is not 100% repro, not sure what the condition is but once I'm stuck, I have to dismiss the suggest widget to get out of it

Tyriar commented 1 month ago

I haven't seen this, could you check the prompt status bar item?

image

Sometimes the shell integration decoration is on the wrong line if you have a multi-line prompt as well which makes everything fall apart.

vs-code-engineering[bot] commented 1 month ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!