- OS: Windows 10
- VSC Version: 1.36.1
In VSCode terminal I used to use command to enter my home directory:
$ cd ~
and it will enter this path /u/
.
But now I input cd ~
in VSC terminal, it enter path /c/Users/koenz
. And I can't change directory to /u
anymore:
$ cd /u
bash: cd: /u: No such file or directory
And the file I saved under the /u
is gone.
I try to search files which I stored under /u
in window explorer, it can show it but I don't know how find it: