Files
sourcekit-lsp/Sources/SourceKitLSP
Alex Hoppen 6d2709d46f Remove the fallback value from SourceKitServer.handleRequest
It’s not entire clear why we have a fallback value if no document service can serve a request and I checked that VS Code behaves if we return empty results for jump to definition or if we return an error. To simplify the codebase, we should just throw an error here and remove the `fallback` parameter from `handleRequest`.

Resolves #862
rdar://116703662
2023-10-26 21:42:53 -07:00
..
2023-10-26 11:03:15 -07:00