When I open integrated terminal in VS Code, the initial screen showing "bash-3.2", see my screen shot
When I looked any online examples, it always showing current path or folder, such as the image in official page.
I was wondering how could I change the setting so that integrated terminal can show at least current folder that I am running the command. Please advise.
===updated====
Found the answer. You should add the following to settings.json:
"terminal.integrated.shellArgs.osx": ["-l"]
Restart VS Code to see it take effects.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With