Preseason Build Project: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<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'<br/> <br/> 1. Open Command Pallete: either use Ctrl+Shift+P or select from 'View' menu<br/> <br/> 2. Select 'WPILib: Build Robot Code'<br/> <br/> 3. In the VS Terminal window you will see:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Executing task in folder ...<br/> <br/> 4. Next, in the Terminal window, you will see:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=========> x% CONFIGURING [?s] (go from 0% to 100%)<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'x' will go from 0 to 100%, and '?' is the number of seconds it took<br/> <br/> 5. After CONFIGURING gets to 100%, it will be replaced with:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=========> x% EXECUTING [?s] (go from 0% to 100%)<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'x' will go from 0 to 100%, and '?' is the number of seconds it tool<br/> <br/> 6. After EXECUTING gets to 100%, it will be replaced with:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUILD SUCCESSFUL in ?s<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '?' is the number of seconds it took<br/> <br/> <br/> If there are any build errors, you will need to fix them and build again.<br/> Scroll up to the first error and fix that first.</div>
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 21:44, 28 November 2021

This assumes you have the project opened in 'FRC VS Code'

  1. Open Command Palette: either use Ctrl+Shift+P, click the "W" button in the top-right corner, or select from 'View' menu
  2. Select 'WPILib: Build Robot Code'
  3. In the VS Terminal window (bottom of screen) you will see some output
  4. 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.