Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Open VSCode into a blank folder
- Run CodeRoad: Start
- Choose File, and upload a tutorial.json file
- Hit Start on the tutorial
- See the Git Config Error page
- Open terminal, and in this empty project folder, run
git init
- Click Check Again
- Refreshes, but the error is still there.
- Close the VSCode window.
- Re-open the project folder.
- Run CoadRoad: Start
At this point, the first lesson is visible
Expected behavior
The instructions don't say anything about having to run git init
.
Either, update the instructions in plugin documentation and website, or prevent the error from blocking usage.
Screenshots
Desktop (please complete the following information):
- Platfrom: Windows 11 Version 23H2 (OS Build 22631.2861)
- OS: Ubuntu via WSL2
- Version 24.04.1
Node (please complete the following information):
- Version v20.18.2
Git (please complete the following information):
- Version 2.43.0
Additional context
N/A