Skip to content

Commit 39d026f

Browse files
use more direct wording in the present tense
Co-authored-by: Joseph Heck <[email protected]>
1 parent 0a2784a commit 39d026f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

userdocs/userdocs.docc/Articles/Topics/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Install the Swift extension via the VS Code Marketplace.
44

5-
The Swift extension is supported on macOS, Linux, and Windows. Here's what you will need to do to get set up:
5+
The Swift extension is supported on macOS, Linux, and Windows. To set it up:
66
1. Install Swift from the [Swift.org website](https://www.swift.org/install).
77
2. Install [Visual Studio Code](https://code.visualstudio.com/Download).
88
3. Install the Swift extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode).

userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Debugging with `lldb-dap` | 6.0
2020

2121
## Toolchain Management
2222

23-
The Swift extension will automatically detect installations of the Swift toolchain in your environment. It will look for a `swift` binary available in `PATH` and, if one cannot be found, will prompt you to [install a toolchain from Swift.org](https://www.swift.org/install).
23+
The Swift extension automatically detects installations of the Swift toolchain in your environment. It looks for a `swift` binary available in `PATH` and, if one cannot be found, prompts you to [install a toolchain from Swift.org](https://www.swift.org/install).
2424

25-
If you have multiple Swift toolchains installed on your system then you can use the command `Swift: Select Toolchain...` to tell the extension which toolchain you would like to use. This will show you a list of all toolchains that VS Code was able to find on your system and let you switch between them.
25+
If you have multiple Swift toolchains installed on your system, use the command `Swift: Select Toolchain...` to tell the extension which toolchain to use. The command shows you a list of all the toolchains that VS Code found on your system and lets you switch between them.
2626

2727
@Video(
2828
source: "toolchain-selection.mp4",
@@ -34,7 +34,7 @@ If you have multiple Swift toolchains installed on your system then you can use
3434

3535
The extension supports toolchains managed by [swiftly](https://github.com/swiftlang/swiftly), the Swift toolchain installer and manager. This is the recommended way of installing Swift toolchains on macOS and Linux. For instructions on installing swiftly see the [installation instructions on Swift.org](https://www.swift.org/install).
3636

37-
You can choose a swiftly managed toolchain to use from the `> Swift: Select Toolchain...` menu.
37+
Choose a swiftly managed toolchain to use from the `> Swift: Select Toolchain...` menu.
3838

3939
If you do `swiftly use` on the command line you must restart VS Code or do `> Developer: Reload Window` in order for the VS Code Swift extension to start using the new toolchain.
4040

0 commit comments

Comments
 (0)