Install VSCode - Terrapin-Rocket-Team/SRAD-Avionics GitHub Wiki

Home/Getting Started/Install VSCode

TODO:

  • Add some information about how to use VSCode

Install Visual Studio Code (VSCode)

Installing VSCode is quite easy, as is using it. Once you have it installed, install PlatformIO and read about running the FC code.

Installation

  1. Download VSCode.
  2. Run the installer.

That's literally it.

Using VSCode

Add some stuff about first time setup and cloning the repo. Add some basic tools and a brief overview of how to use them. Link to other VSCode guides or tutorials.

Recommended Extensions

Install any of these by simply searching for them in the Extensions tab on the left-hand vertical menu bar in VSCode. The PIO installation page has some more useful info about how to use it.

  • PlatformIO - Basically a must-have that allows you to compile and upload code to embedded systems.
  • C/C++ - Provides IntelliSense, debugging, and code browsing for C/C++. VSCode should recommend this when you open a C/C++ file.
  • Python - Provides IntelliSense, debugging, and code browsing for Python. VSCode should recommend this when you open a Python file.
  • Others

See Also

⚠️ **GitHub.com Fallback** ⚠️