10K + Errors using VS Code (Beginner)

I’ve just started using Unity to learn using it and I’ve been doing well so far.
I’m asking this question to see if there are any solutions to my problem, which is the following :
When I enter the project’s directory in VS Code, some of the folders’ names go red and the problems section in the terminal shows more than 10 K errors which is… rather alarming.
Is there anything to be done that can fix these ?

Thank you in advance.

don’t use VS code?

not sure what errors you are having but if the project runs than it should be fine.
try using Visual Studios 2019 community edition as your IDE in unity as this compiles your code and looks at solutions rather than folders.

my best quess is that when checking with VS code you miss the UnityEngine part since that is not included in the project folders.

Thank you for your answer.

I’m using VS code because it’s free and this project isn’t supposed to bring any money.

I have actually fixed the error by myself, but thanks anway.