Skip to content

Commit

Permalink
Merge pull request #1993 from ahoppen/cancel-request-notification
Browse files Browse the repository at this point in the history
Add `CancelRequestNotification` to BSP notification types
  • Loading branch information
ahoppen authored Feb 24, 2025
2 parents 1d1f1fb + 8414e29 commit b3a73f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/BuildServerProtocol/Messages.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fileprivate let requestTypes: [_RequestType.Type] = [
]

fileprivate let notificationTypes: [NotificationType.Type] = [
CancelRequestNotification.self,
FileOptionsChangedNotification.self,
OnBuildExitNotification.self,
OnBuildInitializedNotification.self,
Expand Down

0 comments on commit b3a73f6

Please sign in to comment.