You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.
Visit the WPILib GitHub page, download most recent release to your Downloads folder, and extract the folder.
Rename the newly extracted folder to frc2019
Open a terminal and type mv ~/Downloads/frc2019 ~
Open Visual Studio Code and open the extensions tab (cube-like icon on left side). Then click on the 3 dots next to the search bar and select Install from VSIX.... Navigate to the frc2019 folder (In your home folder) and select the extensions folder. Select an extension to install. Do this for each extension in the folder.
Open the terminal (spotlight search: cmd+space - Search for terminal) and type git --version. If a git version pops up you're done! Check the end of this page for final instructions. Otherwise, an installer should pop up. Proceed with the installer (it may take a while...)
Visit the WPILib GitHub page, download the most recent release to your Downloads folder, and extract the folder.
Rename the newly extracted folder to frc2019
Open a terminal and type mv ~/Downloads/frc2019 ~
Open Visual Studio Code and open the extensions tab (cube-like icon on left side). Then click on the 3 dots next to the search bar and select Install from VSIX.... Navigate to the frc2019 folder (In your home folder) and select the extensions folder. Select an extension to install. Do this for each extension in the folder.
Install git using your distribution's package manager if you don't have it already (run git --version in the terminal to check).
All Operating Systems Final Installation
Open Visual Studio Code
Ensure the WPILib extension and the Java Extension Pack are both installed.
Open the command palette by clicking on View -> Command Palette and type WPILib: Set VS Code Java Home to FRC Java Home and press enter.
Open File -> Preferences -> Settings and make sure the following is set correctly by searching for it in the search bar: