How to navigate back in Visual Studio Code
In visual studio I use Ctrl Minus to move back to my previous location. And in Powershell I use popd.
in vs code I use: Alt left-arrow to go back to my previous location.
And Alt right-arrow to return to forward location.