-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Labels
sshIssue in vscode-remote SSHIssue in vscode-remote SSHunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach
Description
Currently (vscode 1.38.1), a remote bash terminal only sources .bashrc, like an interactive shell that is not a login shell would do.
This breaks existing conda installations on the remote system, which rely on code in /etc/profile.d. I'd like to have the possibility to start an interactive shell with the --login option on the remote system. This way, profiles from /etc/profile and .profile would be sourced as well.
Please see the bash man page for how different files are sourced on bash invocation.
See #83 for reference as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
sshIssue in vscode-remote SSHIssue in vscode-remote SSHunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach