I took a break from SFML development for a while and when I went back today, saw C++ extension had some updates so I installed it and I'm getting error squiggles even though the application works. Anyone got idea why? Is it because of the extension? I'd like to get rid of these
error squiggles, it's just annoying...
Maybe worth to mention:
- I use WSL on Visual Studio Code, windows 10
- The version of VSC I use is 1.66.1
- I've tried to set ${workspaceFolder}/** in includePath but it still doesn't remove the error squiggles
Screenshot is attached, as you see, the application runs just fine but the SFML errors are everywhere, I just don't understand why.