I have ubuntu installed on my windows 10 machine and have been using vscode. I'd like to use the wsl integrated terminal. If I just open vscode and then a new wsl terminal it shows my path as:
username@Computer:/mnt/c/Users/winusername
If I then open a project folder (not workspace), and then a new terminal it shows as:
username@Computer:~
This isn't in my project folder location- is there a way to get the wsl integrated terminal to set the project location as the current working directory?
Git bash does this just fine if I use it as my terminal, like this:
winusername@Computer MINGW64 /d/my/project/path
But I'd like to use wsl.