Install VS Code for FRC

STEP 1: Install VS Code - WPILib Version

Install the FRC Version of VS Code

The FRC Installer for VS Code comes with a bundled Java 17 OpenJDK runtime.  The correct version of VS Cole is downloaded by the installer and installed and configured automatically.  

The current installer release for 2024 is WPILib 2024.1.1 

The FRC Installer is found on the wpiLib site.


Disable collection of Data (Optional)

If you want to disable the collection of usage data by Microsoft:

Disable automatic checking for updates to VS Code

This is a pretty wise thing to do, you can always update VS Code manually should you choose to do so, but having VS Code update itself automatically may not be what you want on the night before a tournament:

STEP 2: Create a sample project

Create a sample project

NOTE: An internet connection is required to download components of the build!

Create a sample project in VS Code:

WPILib provides detailed instructions on installing VS Code and Creating a WPILib project in VS Code using the Command Framework.