|
|
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/> Executing task in folder ...<br/> <br/> 4. Next, in the Terminal window, you will see:<br/> <=========> x% CONFIGURING [?s] (go from 0% to 100%)<br/> <br/> '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/> <=========> x% EXECUTING [?s] (go from 0% to 100%)<br/> <br/> '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/> BUILD SUCCESSFUL in ?s<br/> <br/> '?' 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 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.