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 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.
2620public struct TextDocumentContentRequest : RequestType {
2721 public static let method : String = " workspace/textDocumentContent "
2822 public typealias Response = TextDocumentContentResponse
You can’t perform that action at this time.
0 commit comments