We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CancelRequestNotification
1 parent 4cb8a56 commit 8414e29Copy full SHA for 8414e29
Sources/BuildServerProtocol/Messages.swift
@@ -29,6 +29,7 @@ fileprivate let requestTypes: [_RequestType.Type] = [
29
]
30
31
fileprivate let notificationTypes: [NotificationType.Type] = [
32
+ CancelRequestNotification.self,
33
FileOptionsChangedNotification.self,
34
OnBuildExitNotification.self,
35
OnBuildInitializedNotification.self,
0 commit comments