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 0e0594b + 7066784 commit 0465e82Copy full SHA for 0465e82
Sources/sourcekit-lsp/SourceKitLSP.swift
@@ -205,7 +205,7 @@ struct SourceKitLSP: AsyncParsableCommand {
205
Available features are: \(ExperimentalFeature.allCases.map(\.rawValue).joined(separator: ", "))
206
"""
207
)
208
- var experimentalFeatures: [ExperimentalFeature]
+ var experimentalFeatures: [ExperimentalFeature] = []
209
210
func mapOptions() -> SourceKitLSPServer.Options {
211
var serverOptions = SourceKitLSPServer.Options()
0 commit comments