Open Windows Terminal in current folder
New terminal opens by command wt
or start wt
. It always starts in the default folder. To open in current directory one should set setting "startingDirectory": "."
in terminal profile CTRL + ,
{
// Make changes here to the powershell profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "pwsh.exe",
"colorScheme": "One Half Dark",
"fontFace": "Cascadia Mono",
"startingDirectory": ".",
"hidden": false
},