Tell us what’s happening:
When I write “echo hello SQL” in VS Code terminal it doesn’t pass the test runner. I don’t know why or how to fix it.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
Challenge Information:
Learn SQL by Building a Student Database: Part 2 - Build a Student Database: Part 2
I am having the same problem here but in other part of the course
1 Like
moT01
July 29, 2025, 1:01pm
3
Are the tests running? e.g: are you getting a message about the tests failing? Something like “You should enter the command in the terminal”
If the tests aren’t running, try closing the terminal with the trash can icon at the top of the terminal and opening a new one and entering the command again.
If the tests are running, try hitting the reset button on coderoad.
After applying the solution you provided here, everything seems to be working so far:
I’ve been playing with this a bit today. I unpinned CodeRoad , so if you update your rdb-alpha repo, it should install CodeRoad when you load the container.
I believe it was pinned because of the other issues we are having. VSCode extensions can save things to your computer (outside the container), even when running in a container. For instance, maybe the tutorial and step you are on - and it persists even if you delete docker containers/volumes/etc - so docker isn’t the issue as far as I can te…
Thank you very much indeed.
1 Like
system
Closed
September 30, 2025, 11:29am
5
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.