From 879a131c8fe79dc48b491714f98b689e572bb125 Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Fri, 21 Nov 2025 10:51:22 -0500 Subject: [PATCH] Make suggested doc change - Missed the comment in the PR review, applying now --- userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md b/userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md index 07f66d47d..e69b38d38 100644 --- a/userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md +++ b/userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md @@ -23,7 +23,7 @@ Debugging with `lldb-dap` | 6.0 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).
-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. +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.
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.