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 b67724f + 0661c50 commit bf377c1Copy full SHA for bf377c1
Sources/sourcekit-lsp/SourceKitLSP.swift
@@ -169,7 +169,6 @@ struct SourceKitLSP: AsyncParsableCommand {
169
),
170
defaultWorkspaceType: defaultWorkspaceType,
171
generatedFilesPath: generatedFilesPath,
172
- backgroundIndexing: experimentalFeatures.contains("background-indexing"),
173
experimentalFeatures: Set(experimentalFeatures.compactMap(ExperimentalFeature.init))
174
)
175
}
0 commit comments