Skip to content

Commit af99d89

Browse files
committed
Remove outdated LSP extension comment
1 parent 6e07e52 commit af99d89

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/LanguageServerProtocol/Requests/TextDocumentContentRequest.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
/// - uri: The `DocumentUri` of the custom scheme url for which content is required
1818
///
1919
/// - Returns: `TextDocumentContentResponse` which contains the `content` to be displayed.
20-
///
21-
/// ### LSP Extension
22-
///
23-
/// This request is an extension to LSP supported by SourceKit-LSP.
24-
/// Enable the experimental client capability `"workspace/textDocumentContent"` so that the server responds with
25-
/// reference document URLs for certain requests or commands whenever possible.
2620
public struct TextDocumentContentRequest: RequestType {
2721
public static let method: String = "workspace/textDocumentContent"
2822
public typealias Response = TextDocumentContentResponse

0 commit comments

Comments
 (0)