Hi,
So, I'm trying to switch to VS Code but, my VS Code gives me includes errors when i upload my project. In fact, i know it finds my librairies because when i hold my mouse above a function which is define in a librairie, it shows me details of this function:
You have to add the libraries that you need so that they show up in the platformio.ini file.
Go to platformio home (click the alien icon on the left margin of your project), on the left click libraries and use the search libraries input.
If it finds the library it will prompt you to add it to your project and then it will show up
in your platformio.ini file.