Preseason Build Project: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) (Created page with "<div class="mw-parser-output"><span style="font-size: large;">'''Build a Test Project in FRC IDE'''</span><br/> <br/> This assumes you have the project opened in 'FRC VS Code...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This assumes you have the project opened in 'FRC VS Code' | |||
# Open Command Palette: either use Ctrl+Shift+P, click the "W" button in the top-right corner, or select from 'View' menu | |||
# Select 'WPILib: Build Robot Code' | |||
# In the VS Terminal window (bottom of screen) you will see some output | |||
# If there are any build errors, you will need to fix them and build again. '''Scroll up to the first error and fix that first.''' |
Latest revision as of 20:44, 28 November 2021
This assumes you have the project opened in 'FRC VS Code'
- Open Command Palette: either use Ctrl+Shift+P, click the "W" button in the top-right corner, or select from 'View' menu
- Select 'WPILib: Build Robot Code'
- In the VS Terminal window (bottom of screen) you will see some output
- If there are any build errors, you will need to fix them and build again. Scroll up to the first error and fix that first.