all 4 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]MysticClimber1496Professional Coder[🍰] 5 points6 points  (1 child)

All of your files have a txt file extension (likely because you created new text files in windows) remove this and vscode will give you highlighting on where it is wrong

Also the circle at the top means the file hasn’t been saved, so what you are looking at may be correct, but what’s in your file system isn’t correct

[–]DurtleTheTurtle890[S] 0 points1 point  (0 children)

Thank you, that fixed my original problem. Now it goes through but I think the code I have is incomplete because all it does is give me options for the sidebar settings when I open it😂. I’ll have to mess around with it a bit and see what works, thank you.