Hello, I've finally decided to download the source to see what's going on behind the scenes.
Now, I've had the code for about 20 minutes and I'm already pissed at these creatures that wrote all this code. They kept mixing headers with implementation, they're all bunched in all the same folders, now, the question is: is there a way to like recursively add all the subfolders from ./src/ to my include paths in VSCode workspace? It doesn't recognize a single include file as they're all scattered out...
Also, if anyone has had the same issue, if I write out a program to generate the the list of all subfolders, would anyone need it? Should I share it or nah?