Skip to content

Commit 879a131

Browse files
committed
Make suggested doc change
- Missed the comment in the PR review, applying now
1 parent 92c28e6 commit 879a131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Debugging with `lldb-dap` | 6.0
2323
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

2525
<div class="warning" markdown="1">
26-
If you install a toolchain or Swiftly while VS Code is open, you likely will need to fully quit VS Code and then reopen it. This makes sure the extension host gets the updated PATH so that extension can find the toolchain.
26+
If you install a toolchain or Swiftly while VS Code is open, fully quit VS Code and then reopen it. This makes sure the extension host gets the updated PATH so that extension can find the toolchain. Executing the `Developer: Reload Window` command is not enough.
2727
</div>
2828

2929
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.

0 commit comments

Comments
 (0)