Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1

Tell us what’s happening:

I’m practicing SQL as instructed, but each time I exit the course or turn off my computer, I lose my progress. I have tried many ways to retrieve my old steps in CodeRoad, but every time the Git files and Git environment are missing. I end up losing all the files and see nothing there. How can I continue from my previous steps in CodeRoad?

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/139.0.0.0 Safari/537.36 Edg/139.0.0.0

Challenge Information:

Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1

please give more details on what you are doing when you come back to coderoad?

What steps exactly have you been taking on your returns?

Here are the steps that work for me when I need to return:

  • open vs code by running code . from the directory that has the requisite files
  • click on “Reopen in Container” when it is presented to me (or if I miss it, then I go to the Command Palette and find the option Dev Containers: Reopen in Container)
  • I go ahead and start coderoad from the command palette
  • I click Reset and wait
  • I open a new bash terminal to work from

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