Skip to content

Commit d700676

Browse files
WPILib extension commands (#593)
* Add the project information command and the import 2019 project command * Update capitalization Co-Authored-By: Austin Shalit <austinshalit@gmail.com> Co-authored-by: Austin Shalit <austinshalit@gmail.com>
1 parent 823f70a commit d700676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/docs/software/wpilib-overview/wpilib-commands-vscode.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b
2121
- **WPILib: Debug Robot Code** - Build and deploy robot code to roboRIO in debug mode and start debugging
2222
- **WPILib: Deploy Robot Code** - Build and deploy robot code to roboRIO
2323
- **WPILib: Import a WPILib Eclipse Project** - Open a wizard to help you create a new VS Code project from an existing WPILib Eclipse project from a previous season.
24+
- **WPILib: Import a WPILib 2019 Project** - Open a wizard to help you create a new project from a existing VS Code Gradle project from 2019
2425
- **WPILib: Install tools from GradleRIO** - Install the WPILib Java tools (e.g. SmartDashboard, Shuffleboard, etc.). Note that this is done by default by the offline installer
2526
- **WPILib: Manage Vendor Libraries** - Install/update 3rd party libraries
2627
- **WPILib: Open WPILib Command Palette** - This command is used to open a WPILib Command Palette (equivalent of hitting Ctrl+Shift+P and typing WPILib)
@@ -34,3 +35,4 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b
3435
- **WPILib: Start RioLog** - This starts the RioLog display used to view console output from a robot program
3536
- **WPILib: Start Tool** - This allows you to launch WPILib tools (e.g. SmartDashboard, Shuffleboard, etc.) from inside VS Code
3637
- **WPILib: Test Robot Code** - This builds the current robot code project and runs any created tests. This requires Desktop Support to be set to Enabled.
38+
- **WPILib: Open Project Information** - Opens a widget with project information (Project version, extension version, etc.)

0 commit comments

Comments
 (0)