Skip to content

Commit 50763d1

Browse files
authored
Add caveats/recommendations to Check for WPILib updates (#1770)
1 parent 481d668 commit 50763d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b
1919
- **WPILib: Change Select Default Simulate Extension Setting** - Change whether simulation extensions are enabled by default (all simulation extensions defined in ``build.gradle`` will be enabled)
2020
- **WPILib: Change Skip Tests On Deploy Setting** - Change whether to skip tests on deploy. Defaults to disabled (tests are run on deploy)
2121
- **WPILib: Change Stop Simulation on Entry Setting** - Change whether to stop robot code on entry when running simulation. Defaults to disabled (don't stop on entry).
22-
- **WPILib: Check for WPILib Updates** - Check for an update to the WPILib GradleRIO version for the project
22+
- **WPILib: Check for WPILib Updates** - Check for an update to the WPILib GradleRIO version for the project. This does not update the Visual Studio Code extension, tools, or offline dependencies. Users are strongly recommended to use the :doc:`offline wpilib installer </docs/zero-to-robot/step-2/wpilib-setup>`
2323
- **WPILib: Debug Robot Code** - Build and deploy robot code to roboRIO in debug mode and start debugging
2424
- **WPILib: Deploy Robot Code** - Build and deploy robot code to roboRIO
2525
- **WPILib: Import a WPILib 2020/2021 Gradle Project** - Open a wizard to help you create a new project from a existing VS Code Gradle project from 2020 or 2021. Further documentation is at :doc:`importing gradle project </docs/software/vscode-overview/importing-gradle-project>`

0 commit comments

Comments
 (0)