Closed
Description
The start path of the integrated console is user's home path. It will be convenient if I can set the start path to be the current file folder. I found that this can be set in vs code terminal, but not in PowerShell Integrated Console. In vs code terminal, the configuration is
// Open the terminal in the currently opened file's directory
"terminal.integrated.cwd": "${fileDirname}"
I just need a similar configuration for integrated console, such as
"powershell.cwd": "${fileDirname}"