meltano / meltano-codespace-ready

Have your first meltano project running within 5 minutes - no setup - no install - no boundaries. All inside GitHub Codespaces. (GitHub account required)
https://meltano.com/
MIT License
27 stars 11 forks source link

Up arrow doesn't recall last command #4

Closed aaronsteers closed 1 year ago

aaronsteers commented 1 year ago

The main shell works fine but new shells appear as 'sh' instead of 'bash' - which doesn't seem to perform as I'd expect.

Can we remove this line from the decontainer.json file:

        "terminal.integrated.shell.linux": "/bin/sh",
sbalnojan commented 1 year ago

@aaronsteers jup, that fixes it. No idea why I put that line in.

sbalnojan commented 1 year ago

This should fix it: https://github.com/meltano/meltano-codespace-ready/pull/9