From 9c2d57603531956692c382f9812d1e0f4a2d4d84 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 12 Jun 2026 09:46:47 -0700 Subject: [PATCH] Update lsp-servers.md 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 279311ba2..f3a1215ea 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