Skip to content

Commit f91b63f

Browse files
committed
Set experimental features from the command line in SourceKitLSPServer.Options
I forgot to actually set the experimental features form the command line in the `SourceKitLSPServer.Options` that get used.
1 parent 14775e8 commit f91b63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/sourcekit-lsp/SourceKitLSP.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ struct SourceKitLSP: AsyncParsableCommand {
224224
serverOptions.indexOptions.indexPrefixMappings = indexPrefixMappings
225225
serverOptions.completionOptions.maxResults = completionMaxResults
226226
serverOptions.generatedInterfacesPath = generatedInterfacesPath
227+
serverOptions.experimentalFeatures = experimentalFeatures
227228

228229
return serverOptions
229230
}

0 commit comments

Comments
 (0)