What is the VS code telling me that I don’t understand?
What does the green color in the Explorer column of the Styles folder and bio-page.css name mean? My guess is that there is an error because the page styling is not appearing as it should, but I can’t see the error. This project was working without error until I came back to it in VSC to look at how I did something only to find that there are errors.
What does the ‘U’ to the right of the bio-page.css filename mean?
What does the ‘3’ in the gold circle mean? I think that icon it appears in indicates the git add-on. Does this mean that that I’ve made 3 changes since the last commit?
If I remember correctly, it has to do with git. The green file with the “U” means it’s untracked. The folder is green because it has an untracked file. Which could mean that it’s a new file and hasn’t been committed yet, or is in the git ignore file.
As for the 3, Im used to it being blue not yellow so Im not 100% sure but it usually means that’s the amount of (uncommitted) changed files. If you click on it you could probably confirm it.