VSCode & PlatformIO
Jump to navigation
Jump to search
Getting Started
You can install VSCode directly from the Software Manager... If you don't have an aversion to flatpack. Or...
Download VSCode
wget https://go.microsoft.com/fwlink/?LinkID=760868
mv index.html\?LinkID\=760868 vsc.deb
Install VSCode
sudo apt install ./vsc.deb
Install PlatformIO
Gonna fail hard if you don't first improve the python install...
sudo apt-get install python3-distutils
- Open VSCode Package Manager
- Search for the official platformio ide extension
- Install PlatformIO IDE.