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.
--experimental-feature
sourcekit-lsp
1 parent 0e0594b commit 7066784Copy full SHA for 7066784
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