diff --git a/Sources/sourcekit-lsp/SourceKitLSP.swift b/Sources/sourcekit-lsp/SourceKitLSP.swift index 893bb2bd9..0a617f910 100644 --- a/Sources/sourcekit-lsp/SourceKitLSP.swift +++ b/Sources/sourcekit-lsp/SourceKitLSP.swift @@ -169,7 +169,6 @@ struct SourceKitLSP: AsyncParsableCommand { ), defaultWorkspaceType: defaultWorkspaceType, generatedFilesPath: generatedFilesPath, - backgroundIndexing: experimentalFeatures.contains("background-indexing"), experimentalFeatures: Set(experimentalFeatures.compactMap(ExperimentalFeature.init)) ) }