Files
sourcekit-lsp/Sources/SKTestSupport
Alex Hoppen 70997dbf13 Automatically initialize the SourceKit-LSP server when creating a TestSourceKitLSPClient
Sending the `InitializeRequest` was always unnecessarily verbose. If we automatically initialize the server when creating the test client, the code becomes sufficiently concise that we can set up the client + server in the test method itself and no longer need the `setUp` methods, making the tests easier to read.
2023-10-19 17:13:49 -07:00
..
2023-08-25 09:53:10 -07:00
2023-10-10 13:44:47 -07:00