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.
SourceKitLSPServer.Options
1 parent 14775e8 commit f91b63fCopy full SHA for f91b63f
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