Closed dmalan closed 3 months ago
We need to add back the following to .devcontainer.json:
.devcontainer.json
"terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash", "args": [ "-l" ] } }
But still not working as expected. I have to create another terminal to have the loggedin bash.
To clarify, right after the rebuild, I'm still getting this prompt in my terminal:
ubuntu@codespaces-52f2b8:/workspaces/10591665$
Creating a new terminal will give me back the $ prompt.
$
We need to add back the following to
.devcontainer.json
:But still not working as expected. I have to create another terminal to have the loggedin bash.