Open Adam-D-Lewis opened 3 months ago
Currently, vs code terminal will not source .bash_profile if it exists, but jupyterlab does. The behavior can be standardized in Nebari by adding
{ "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "args": ["-l"] } } }
to the ~/.local/share/code-server/Machine/settings.json file on a Nebari deployment. Perhaps we could add this file, but still make it editable by the users.
Make a consistent experience between Code server and jupyterlab.
No response
I back this 1000%. Its confusing to users if you don't realize this.
Feature description
Currently, vs code terminal will not source .bash_profile if it exists, but jupyterlab does. The behavior can be standardized in Nebari by adding
to the ~/.local/share/code-server/Machine/settings.json file on a Nebari deployment. Perhaps we could add this file, but still make it editable by the users.
Value and/or benefit
Make a consistent experience between Code server and jupyterlab.
Anything else?
No response