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 49d5134 commit fd417c7Copy full SHA for fd417c7
Sources/SourceKitLSP/Swift/MacroExpansion.swift
@@ -219,6 +219,7 @@ extension SwiftLanguageService {
219
220
if case .dictionary(let experimentalCapabilities) = self.capabilityRegistry.clientCapabilities.experimental,
221
case .bool(true) = experimentalCapabilities["workspace/peekDocuments"]
222
+ // TODO: Check if client supports LSP 3.18's workspace/textDocumentContent
223
{
224
let expansionURIs = try macroExpansionReferenceDocumentURLs.map {
225
return DocumentURI(try $0.url)
0 commit comments