Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Configuration Change: Integrated Terminal Defaults OSX/Linux #20145

Closed
tracker1 opened this issue Feb 7, 2017 · 1 comment
Closed
Assignees
Labels
*as-designed Described behavior is as designed

Comments

@tracker1
Copy link

tracker1 commented Feb 7, 2017

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"],
@Tyriar
Copy link
Member

Tyriar commented Feb 7, 2017

I've considered this in the past but I'm against it for the following reasons:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

2 participants