From 62c1a5ac079a517fcaf40e17801656e6ff52b235 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Tue, 11 Aug 2026 21:53:50 -0700 Subject: [PATCH] Fix years for gradle import (stable) --- source/docs/software/vscode-overview/wpilib-commands-vscode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/software/vscode-overview/wpilib-commands-vscode.rst b/source/docs/software/vscode-overview/wpilib-commands-vscode.rst index c274e4a79c..da5f26f346 100644 --- a/source/docs/software/vscode-overview/wpilib-commands-vscode.rst +++ b/source/docs/software/vscode-overview/wpilib-commands-vscode.rst @@ -23,7 +23,7 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b - **WPILib: Debug Robot Code** - Build and deploy robot code to roboRIO in debug mode and start debugging - **WPILib: Deploy Robot Code** - Build and deploy robot code to roboRIO - **WPILib: Hardware Sim Robot Code** - This builds the current robot code project on your PC and starts it running in simulation using hardware attached to the comupter rather then pure software simulation. Requires vendor support. -- **WPILib: Import a WPILib 2020-202r Gradle Project** - Open a wizard to help you create a new project from a existing VS Code Gradle project from 2020-2022. Further documentation is at :doc:`importing gradle project ` +- **WPILib: Import a WPILib 2020-2025 Gradle Project** - Open a wizard to help you create a new project from a existing VS Code Gradle project from 2020-2025. Further documentation is at :doc:`importing gradle project ` - **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 - **WPILib: Manage Vendor Libraries** - Install/update 3rd party libraries - **WPILib: Open API Documentation** - Opens either the WPILib Javadocs or C++ Doxygen documentation