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 87db1bf + 2e61d33 commit aa7389cCopy full SHA for aa7389c
Sources/LanguageServerProtocol/Error.swift
@@ -137,7 +137,7 @@ public struct MessageDecodingError: Error, Hashable {
137
/// If it was possible to recover the request id, it is stored here. This can be used e.g. to reply with a `ResponseError` to invalid requests.
138
public var id: RequestID?
139
140
- public enum MessageKind: Sendable {
+ @frozen public enum MessageKind: Sendable {
141
case request
142
case response
143
case notification
0 commit comments