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
In the initialize function -l is unconditionally appended to the shell arguments irrespective of whatever shell it is. Since pwsh is available on linux the logic should be updated to account for this.
I think it would also be useful to allow the user to specify whatever arguments they wanted in the SHELL env var and to only append a -l to the default_shell - i.e. something like:
Sorry, I'm completely smashed at the moment. I'll try to get to it in the next couple of weeks so if someone else wants to pick it up before then feel free...
In the initialize function
-l
is unconditionally appended to the shell arguments irrespective of whatever shell it is. Sincepwsh
is available on linux the logic should be updated to account for this.https://github.com/jupyter/jupyter_server/blob/e3de58b3be9865e25d653d0f47db8d929440d3ab/jupyter_server/terminal/__init__.py#L18-L27
The text was updated successfully, but these errors were encountered: