I have platformIO installed under VSC, however when I open a project, usually using the pioarduino platform, it asks me if I want to install the pioarduino extension to VSC. So, my question is “should I install both extensions?”
I can build projects with the PIOArduino platform with the regular PlatformIO core and PlatformIO VSCode extension just fine. I don’t think its required, it just gives you a different set of features. You should definitely not install both at the same time.
I’m probably wrong here, it happens. You could have both installed if you create a profile for each in VSCode, then activate one profile and install what you need there. Ditto the other profile.
Profiles are supposed to stop extensions interfering with each other so might give you the best of both worlds.
Obviously, you would be best to uninstall from the default profile first.
Alternatively, just create a profile for the package you use least frequently leaving the other as default and switch profile when you want to use the other.
HTH
Cheers,
Norm.
My issue…