Skip to content

Commit af37a84

Browse files
authored
Merge pull request #1407 from ahoppen/set-experimental-features
Set experimental features from the command line in `SourceKitLSPServer.Options`
2 parents b60acde + f91b63f commit af37a84

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)