swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.21k stars 264 forks source link

Keep track of recently finished requests #1421

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

This is only used so we don't log an error when receiving a CancelRequestNotification for a request that has just returned a response.

ahoppen commented 1 month ago

@swift-ci Please test