How to navigate back in Visual Studio Code
February 6, 2022 ยท View on GitHub
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.