From b9b153acd326f6a4ce73877a80ef15467b9a506c Mon Sep 17 00:00:00 2001 From: Rishi Benegal Date: Mon, 18 Aug 2025 09:10:21 -0400 Subject: [PATCH] Update Select a Toolchain step for Walkthrough Reference the `Swift: Select Toolchain...` command in the step description similar to the Create New Project step. Issue: #1560 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a166fa85..5f222e077 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ { "id": "selecting-toolchain", "title": "Select a toolchain", - "description": "If you have more than one Swift toolchain installed you can switch between them. \n[Select Toolchain](command:swift.selectToolchain)", + "description": "If you have more than one Swift toolchain installed you can switch between them with \n``Swift: Select Toolchain...``\n in the Command Palette.\n[Select Toolchain](command:swift.selectToolchain)", "markdown": "", "media": { "markdown": "assets/walkthrough/swiftToolchains.md"