Skip to content

Commit 7066784

Browse files
committed
Don’t require --experimental-feature to be passed when launching sourcekit-lsp
1 parent 0e0594b commit 7066784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/sourcekit-lsp/SourceKitLSP.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ struct SourceKitLSP: AsyncParsableCommand {
205205
Available features are: \(ExperimentalFeature.allCases.map(\.rawValue).joined(separator: ", "))
206206
"""
207207
)
208-
var experimentalFeatures: [ExperimentalFeature]
208+
var experimentalFeatures: [ExperimentalFeature] = []
209209

210210
func mapOptions() -> SourceKitLSPServer.Options {
211211
var serverOptions = SourceKitLSPServer.Options()

0 commit comments

Comments
 (0)