Language Server Protocol implementation for Swift and C-based languages

2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
good first issue

Language Server Protocol implementation for Swift and C-based languages

Swift

AI Summary: The task is to modify the SourceKit-LSP server to handle cases where the synchronization kind is different from `.incremental` without causing a fatal error. Instead of crashing, the server should report an error. This involves changing the code in `SourceKitLSPServer.swift` to gracefully handle this unexpected synchronization kind.

Complexity: 3/5
good first issue

Language Server Protocol implementation for Swift and C-based languages

Swift