Frozen on mario mario database

Frozen om mario database on my input ( I reset several times to no avail} - any suggestions anyone? Thanks - Please see ATTached image) :
INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Peach’, ‘Mushroom Kingdom’, ‘Pink’);
mario_database(>
mario_database(> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Peach’, ‘Mushroom Kingdom’, ‘Pink’);
mario_database(> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Peach’, ‘Mushroom Kingdom’, ‘Pink’);
mario_database(> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Peach’, ‘Mushroom Kindom’, ‘Pink’);
mario_database(> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Peach’, ‘Mushroom Kingdom’, ‘Pink’);
mario_database(>

I found an error under "PROBLEMS: in the terminal : message": "coderoad.coderoad extension is not synced, - Could this be the problem (see attached scteen shot - if so how do I correct it?

[{
“resource”: “/workspace/project/.gitpod.yml”,
“owner”: “gitpod”,
“severity”: 4,
“message”: “coderoad.coderoad extension is not synced, but not added in .gitpod.yml”,
“source”: “gitpod”,
“startLineNumber”: 1,
“startColumn”: 1,
“endLineNumber”: 1,
“endColumn”: 2
}]

Thanks

1 Like

Hi, I am also facing the same problem with you but it in the “learn-bash-scripting-by-building-five-programs” lesson. I reply to provide more context, hope that someone can help us out.


although the answer is right (I checked with the final hint), the coderoad don’t approve the answer and I can not go any longer. Stuck here for almost a day …

error sentence: coderoad.coderoad extension is not synced, but not added in .gitpod.yml

beside, i tried to validate, or Verify that my Gitpod workspace is set to sync settings and extensions( 1. Go to Gitpod Dashboard. 2. Click on your profile icon and select Settings.3. Ensure that Preferences Sync is enabled.), and commit & sync push, fork,…

but any of those ways works :frowning:

Same issue here when trying to add Luigi character it just wont recognize the instruction and it doesn’t continue since you can’t add it. Also you can’t verify if it were added with the SELECT query

You need to create a .gitpod.yml file. Then, write

vscode:
extensions:
- coderoad.coderoad

And save the file. The problem will be solved.