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 c736706 + 6fb47f1 commit f86b413Copy full SHA for f86b413
Sources/BuildServerProtocol/Messages.swift
@@ -45,3 +45,6 @@ extension MessageRegistry {
45
MessageRegistry(requests: requestTypes, notifications: notificationTypes)
46
}
47
48
+
49
+@available(*, deprecated, message: "use MessageRegistry.bspProtocol instead")
50
+public let bspRegistry = MessageRegistry(requests: requestTypes, notifications: notificationTypes)
0 commit comments