From 02eb744d8230314db77a0a3967f76b75b92eb38c Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 14 Jun 2026 17:55:29 -0700 Subject: [PATCH] Update lsp-servers.md (#1984) Add a note that Windows also uses SourceKit-LSP which is distributed as part of the toolchain. --- skills/lsp-setup/references/lsp-servers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skills/lsp-setup/references/lsp-servers.md b/skills/lsp-setup/references/lsp-servers.md index 279311ba..f3a1215e 100644 --- a/skills/lsp-setup/references/lsp-servers.md +++ b/skills/lsp-setup/references/lsp-servers.md @@ -302,8 +302,9 @@ On macOS with Homebrew, the binary is installed as `jdtls` on `$PATH`. | OS | Command | |---------|----------------------------------------------------------------| -| macOS | Included with Xcode; binary at `xcrun sourcekit-lsp` | +| macOS | Included with Xcode; binary at `xcrun sourcekit-lsp` | | Linux | Included with Swift toolchain; install from https://swift.org | +| Windows | Included with Swift toolchain; install from https://swift.org | ### Config snippet