File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Sources/LanguageServerProtocol/Requests Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 17
17
/// - uri: The `DocumentUri` of the custom scheme url for which content is required
18
18
///
19
19
/// - 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.
26
20
public struct TextDocumentContentRequest : RequestType {
27
21
public static let method : String = " workspace/textDocumentContent "
28
22
public typealias Response = TextDocumentContentResponse
You can’t perform that action at this time.
0 commit comments