Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

I started learning Relational Database yesterday and got to about 56% of the first boilerplate project. I stopped to take a break, but when I came back I couldn’t resume from where I left off in the terminal.

The instructions still show the correct step where I stopped, and I can also review the progress I’ve made, but the terminal looks reset (like starting fresh).

:backhand_index_pointing_right: My main question is: How can I properly resume from where I stopped so I can continue working in the terminal without losing p

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

When leaving the course, I always exit the container and vs code. Then when returning, I use the instructions mentioned in the README file which say to open vs code again and click on Reopen in Container. If you click on Rebuild and Reopen instead, this will erase your progress.

Then I open a new terminal. The prompt should be blue and not green.
If the prompt is green, I try to close this terminal and run the Reset button.
Then I open a new terminal again.
This always worked for me. But, it will not work if you have clicked the rebuild option prior.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.