File tree 1 file changed +5
-4
lines changed
Sources/LanguageServerProtocolExtensions 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- #if compiler(>=6)
14
13
import Foundation
15
- package import LanguageServerProtocol
14
+ import LanguageServerProtocolJSONRPC
16
15
import SKLogging
16
+
17
+ #if compiler(>=6)
18
+ package import LanguageServerProtocol
17
19
package import SwiftExtensions
18
20
#else
19
- import Foundation
20
21
import LanguageServerProtocol
21
- import SKLogging
22
22
import SwiftExtensions
23
23
#endif
24
24
@@ -180,6 +180,7 @@ extension QueueBasedMessageHandler {
180
180
// are currently handling. Ordering is not important here. We thus don't
181
181
// need to execute it on `messageHandlingQueue`.
182
182
if let notification = notification as? CancelRequestNotification {
183
+ logger. log ( " Received cancel request notification: \( notification. forLogging) " )
183
184
self . messageHandlingHelper. cancelRequest ( id: notification. id)
184
185
return
185
186
}
You can’t perform that action at this time.
0 commit comments