Skip to content

Commit 989e680

Browse files
Simplify project creation instructions (#1722)
* Simplify project creation instructions Delete confusing additional pictures * fix typos Co-authored-by: Dalton Smith <[email protected]> Co-authored-by: Dalton Smith <[email protected]>
1 parent 6534282 commit 989e680

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

source/docs/software/vscode-overview/creating-robot-program.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,7 @@ If desired, users can omit a base class entirely and simply write their program
106106
Creating a New WPILib Project
107107
-----------------------------
108108

109-
Once we've decided on a base class, we can create our new robot project. Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`:
110-
111-
.. image:: images/creating-robot-program/command-palette.png
112-
:alt: The WPILib Command Palette.
113-
114-
Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib," this will bring up the list of WPILib-specific VS Code commands:
115-
116-
.. image:: images/creating-robot-program/wpilib-commands.png
117-
:alt: All of the WPILib Commands.
118-
119-
Now, select the :guilabel:`Create a new project` command:
109+
Once we've decided on a base class, we can create our new robot project. Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`. Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib", this will bring up the list of WPILib-specific VS Code commands. Now, select the :guilabel:`Create a new project` command:
120110

121111
.. image:: images/creating-robot-program/create-new-project.png
122112
:alt: Highlights the "WPILib: Create a new project" command.

source/docs/zero-to-robot/step-4/creating-benchtop-test-program-cpp-java.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@ Once everything is installed, we're ready to create a robot program. WPILib com
66
Creating a New WPILib Project
77
-----------------------------
88

9-
Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`:
10-
11-
.. image:: /docs/software/vscode-overview/images/creating-robot-program/command-palette.png
12-
:alt: Opening the Command Palette.
13-
14-
Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib," this will bring up the list of WPILib-specific VS Code commands:
15-
16-
.. image:: /docs/software/vscode-overview/images/creating-robot-program/wpilib-commands.png
17-
:alt: Typing WPILib to filter for just the WPILib commands.
18-
19-
Now, select the "Create a new project" command:
9+
Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`. Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib", this will bring up the list of WPILib-specific VS Code commands. Now, select the "Create a new project" command:
2010

2111
.. image:: /docs/software/vscode-overview/images/creating-robot-program/create-new-project.png
2212
:alt: Choose "WPILib: Create a new project".

0 commit comments

Comments
 (0)