Skip to content

Commit 481d668

Browse files
authored
Correct VSCode command names (#1767)
Fixes #1766
1 parent 30e056c commit 481d668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b
77
- **WPILib: Build Robot Code** - Builds open project using GradleRIO
88
- **WPILib: Create a new project** - Create a new robot project
99
- **WPILib C++: Refresh C++ Intellisense** - Force an update to the C++ Intellisense configuration.
10-
- **WPILib C++: Select current C++ toolchain** - Select the toolchain to use for Intellisense (i.e. desktop vs. roboRIO vs...). This is the same as clicking the current mode in the bottom right status bar.
11-
- **WPILib C++ Select Enabled C++ Intellisense Binary Types** - Switch Intellisense between static, shared, and executable
10+
- **WPILib C++: Select Current C++ Toolchain** - Select the toolchain to use for Intellisense (i.e. desktop vs. roboRIO vs...). This is the same as clicking the current mode in the bottom right status bar.
11+
- **WPILib C++: Select Enabled C++ Intellisense Binary Types** - Switch Intellisense between static, shared, and executable
1212
- **WPILib: Cancel currently running tasks** - Cancel any tasks the WPILib extension is currently running
1313
- **WPILib: Change Auto Save On Deploy Setting** - Change whether files are saved automatically when doing a Deploy. This defaults to Enabled.
1414
- **WPILib: Change Auto Start RioLog on Deploy Setting** - Change whether RioLog starts automatically on deploy. This defaults to Enabled.
@@ -34,7 +34,7 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b
3434
- **WPILib: Set Team Number** - Used to modify the team number associated with a project. This is only needed if you need to change the team number from the one initially specified when creating the project.
3535
- **WPILib: Set VS Code Java Home to FRC Home** - Set the VS Code Java Home variable to point to the Java Home discovered by the FRC extension. This is needed if not using the offline installer to make sure the intellisense settings are in sync with the WPILib build settings.
3636
- **WPILib: Show Log Folder** - Shows the folder where the WPILib extension stores internal logs. This may be useful when debugging/reporting an extension issue to the WPILib developers
37-
- **WPILib: Simulate Robot Code on Desktop** - This builds the current robot code project on your PC and starts it running in simulation. This requires Desktop Support to be set to Enabled.
37+
- **WPILib: Simulate Robot Code** - This builds the current robot code project on your PC and starts it running in simulation. This requires Desktop Support to be set to Enabled.
3838
- **WPILib: Start RioLog** - This starts the RioLog display used to view console output from a robot program
3939
- **WPILib: Start Tool** - This allows you to launch WPILib tools (e.g. SmartDashboard, Shuffleboard, etc.) from inside VS Code
4040
- **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.

0 commit comments

Comments
 (0)