From 2e09bce043880f9f5b165850a96f3e6fae6be02d Mon Sep 17 00:00:00 2001 From: Thaciana Lima Date: Sun, 23 Feb 2020 00:15:47 +0000 Subject: [PATCH] Updated command to verify toolchain setup --- 2018-11-19-vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2018-11-19-vscode.md b/2018-11-19-vscode.md index 948449ce..99b9722e 100644 --- a/2018-11-19-vscode.md +++ b/2018-11-19-vscode.md @@ -102,7 +102,7 @@ You can verify that everything is working as expected by running the `sourcekit-lsp` command: ```terminal -$ xcrun sourcekit-lsp +$ xcrun --toolchain swift sourcekit-lsp ``` This command launches a new language server process,