Skip to content

Commit 694d678

Browse files
authored
Add missing step to Getting Started with VS Code docs (#793)
The Creating a New Swift Project instructions was missing a step indicating what command to run from the command pallette to create a new project.
1 parent 5850cfd commit 694d678

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

documentation/articles/getting-started-with-vscode-swift.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ the Command Palette and following the instructions below.
4444
- For macOS: `CMD + Shift + P`
4545
- Other platforms: `Ctrl + Shift + P`
4646

47+
1. In the command pallette, search for the `Swift: Create New Project...` command.
48+
2. Choose the type of project you'd like to create from the list of templates.
49+
4750
![Create New Project command showing available project templates](/assets/images/getting-started-with-vscode-swift/create-new-project/select-project-template.png)
4851

49-
1. Choose the type of project you'd like to create from the list of templates.
50-
2. Choose the directory where the project will be stored.
51-
3. Give your project a name.
52-
4. Open the newly created project. You will be prompted to open the project in
52+
3. Choose the directory where the project will be stored.
53+
4. Give your project a name.
54+
5. Open the newly created project. You will be prompted to open the project in
5355
the current window, a new window, or add it to the current workspace. The
5456
default behaviour can be configured by using the
5557
`swift.openAfterCreateNewProject` setting.

0 commit comments

Comments
 (0)