microsoft/inshellisense

PowerShell: The 'cd' command does not change directory

Closed this issue · 4 comments

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.

This also happens in Linux

..and zsh on macOS.

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

Closing as this was fixed in 0.0.1-rc.5