You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I did to pass through the task is to use Add Context button, before prompting with "Hey Copilot, can you please edit the activity cards to add a participants section.
It will show what participants that are already signed up for that activity as a bulleted list.
Remember to make it pretty!" then restarted my VScode, and finally refreshed the browers to get passed the task
Summary
When I pushed the changes for Step 3, it said Step 3 - Fail with Status of Fail on style.css.
How to reproduce
So I looked at code that was added to style.css using Copilot Edit and it looked good.
I was able to track down the bug by clicking on
# Check for participants info in styles.css
keyphrase='participant'
.activity-card
.activity-card
to be.participant-card
app.js
file to use the.participant-card
css class instead of.activity-card
The text was updated successfully, but these errors were encountered: