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.
2 parents 38669b6 + 8267c90 commit eb57fc4Copy full SHA for eb57fc4
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