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.
1 parent 38669b6 commit 8267c90Copy full SHA for 8267c90
Sources/BuildServerProtocol/Messages.swift
@@ -38,7 +38,7 @@ private let notificationTypes: [NotificationType.Type] = [
38
]
39
40
extension MessageRegistry {
41
- public var bspProtocol: MessageRegistry {
+ public static var bspProtocol: MessageRegistry {
42
MessageRegistry(requests: requestTypes, notifications: notificationTypes)
43
}
44
0 commit comments