You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest adjusting the following default configuration options, as the current linux/osx terminal (/bin/bash) are acceptable, however, the user environment isn't setup as the profile script isn't run. If the default shellArgs were set, it would be a better default.
// The path of the shell that the terminal uses on Linux.
"terminal.integrated.shell.linux": "/bin/bash",
// The command line arguments to use when on the Linux terminal.
"terminal.integrated.shellArgs.linux": ["-l"],
// The path of the shell that the terminal uses on OS X.
"terminal.integrated.shell.osx": "/bin/bash",
// The command line arguments to use when on the OS X terminal.
"terminal.integrated.shellArgs.osx": ["-l"],
The text was updated successfully, but these errors were encountered:
I would suggest adjusting the following default configuration options, as the current linux/osx terminal (
/bin/bash
) are acceptable, however, the user environment isn't setup as the profile script isn't run. If the default shellArgs were set, it would be a better default.The text was updated successfully, but these errors were encountered: