VSCode & PlatformIO

From Da Nerd Mage Wiki
Revision as of 14:58, 6 May 2023 by Tinker (talk | contribs) (Created page with "You can install VSCode directly from the Software Manager... If you don't have an aversion to flatpack. Or... ==== Download ==== *<code>wget <nowiki>https://go.microsoft.com/fwlink/?LinkID=760868</nowiki></code> *<code>mv index.html\?LinkID\=760868 vsc.deb</code> ==== Install ==== *<code>sudo apt install ./vsc.deb</code> ==== Install PlatformIO ==== Gonna fail hard if you don't first improve the python install... *<code>sudo apt-get install python3-distutils</code>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can install VSCode directly from the Software Manager... If you don't have an aversion to flatpack. Or...

Download

  • wget https://go.microsoft.com/fwlink/?LinkID=760868
  • mv index.html\?LinkID\=760868 vsc.deb

Install

  • 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

Their instruction page...

  1. Open VSCode Package Manager
  2. Search for the official platformio ide extension
  3. Install PlatformIO IDE.