Files
sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC
Alex Hoppen ed45b26221 Fix the --sync option of sourcekit-lsp
We were waiting for the semaphores outside of the `messageHandlingQueue`, which means that we didn’t actually block the message handling queue until the previous request received a result, effectively rendering `--sync` useless.
2023-09-28 08:28:36 -07:00
..