With single file opened in vscode, when I open integrated Powershell it always starts in my $HOME
folder.
Is there any way to quickly switch to the directory of the currently shown file without having to manually cd
into it?
Something like cd $vsCurrentFileDirectory
.
Currently, I right click the tab and copy path then cd (Split-Path <CTRL-v>)
.