Hello, I’m currently experiencing issues in the lesson “Learn Git By Building an SQL reference” of the Relational Database course.
Specifically when I once logged back in I found everything broken:
- VScode would stay in white theme (also the terminal);
- source control would show 2K+ pending changes
- Ter Runner button would fail
- reset button just creates .freecodecamp directory with a .moharc.json containing:
{
“spec”: [“./test/1076.test.js”],
“reporter”: “mocha-tap-reporter”,
“fail-zero”: false,
“timeout”: “5000”,
“exit”: “true”,
“grep”: “/./”
}
Can anybody help me sort this out?
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Challenge: Learn Git by Building an SQL Reference Object - Build an SQL Reference Object
Link to the challenge: