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 0a4611b commit 2fa5434Copy full SHA for 2fa5434
Sources/LanguageServerProtocol/Requests/TextDocumentContentRequest.swift
@@ -28,7 +28,11 @@ public struct TextDocumentContentRequest: RequestType {
28
}
29
30
31
-/// Response containing `text` of `TextDocumentContentRequest`
+/// Response containing the content of the requested text document.
32
+///
33
+/// Please note, that the content of any subsequent open notifications for the
34
+/// text document might differ from the returned content due to whitespace and
35
+/// line ending normalizations done on the client.
36
public struct TextDocumentContentResponse: ResponseType {
37
public var text: String
38
0 commit comments