I have the following files to handle shell configuration:
#~/.bash_profile
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
and
<
Simply add shell args to the settings. Tested on Windows with git bash but it should work same on Osx and Linux.
In C:\Users\
or where your windows setting is:
Add one of the following:
"terminal.integrated.shellArgs.windows": ["-l"],
"terminal.integrated.shellArgs.linux": ["-l"],
"terminal.integrated.shellArgs.osx": ["-l"],
just below "terminal.integrated.shell.
This will launch bash with the login argument.