Update lsp-servers.md (#1984)

Add a note that Windows also uses SourceKit-LSP which is distributed as part of the toolchain.
This commit is contained in:
Saleem Abdulrasool
2026-06-14 17:55:29 -07:00
committed by GitHub
parent f89afd9a39
commit 02eb744d82
+2 -1
View File
@@ -302,8 +302,9 @@ On macOS with Homebrew, the binary is installed as `jdtls` on `$PATH`.
| OS | Command | | 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 | | Linux | Included with Swift toolchain; install from https://swift.org |
| Windows | Included with Swift toolchain; install from https://swift.org |
### Config snippet ### Config snippet