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.
2 parents b60acde + f91b63f commit af37a84Copy full SHA for af37a84
Sources/sourcekit-lsp/SourceKitLSP.swift
@@ -224,6 +224,7 @@ struct SourceKitLSP: AsyncParsableCommand {
224
serverOptions.indexOptions.indexPrefixMappings = indexPrefixMappings
225
serverOptions.completionOptions.maxResults = completionMaxResults
226
serverOptions.generatedInterfacesPath = generatedInterfacesPath
227
+ serverOptions.experimentalFeatures = experimentalFeatures
228
229
return serverOptions
230
}
0 commit comments