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 850f352 commit 6fb47f1Copy full SHA for 6fb47f1
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