Dedicated VSCode config for PlatformIO
One thing I don’t like about PlatformIO: it’s quite bloaty.
And that’s alright because this is a tradeoff for the conveniences you get, but I really only want the extension running when I work on some code that I want to build/flash/debug etc.
Today I found a nice solution to this problem: you can start a completely separated Visual Studio Code instance, that you can dedicate to PlatformIO (or any other set of extensions/themes/settings/etc, really).
Read more...