microsoft / inshellisense

IDE style command line auto complete
MIT License
8.24k stars 181 forks source link

PowerShell: The 'cd' command does not change directory #11

Closed philibertperusse closed 7 months ago

philibertperusse commented 8 months ago

When running inshellisence, doing a 'cd [a_folder]' will not change directory properly even if folder exist.

And using the 'cd' suggestions of "../" will not work either

Steps to reproduce the behavior:

  1. start inshellisense (manually or through the binding)
  2. pwd
  3. cd ..
  4. pwd
  5. Directory is the same, should not.
lafonj commented 8 months ago

This also happens in Linux

josharian commented 8 months ago

..and zsh on macOS.

cpendery commented 8 months ago

I think this is a duplicate of #5. I'm working on addressing this issue as I mentioned in #10. Thanks for reporting these!

cpendery commented 7 months ago

Closing as this was fixed in 0.0.1-rc.5