Skip to content

Commit 1e3ad2f

Browse files
authored
Merge pull request #2337 from ahoppen/enable-background-indexing
Fix issue that caused background indexing to be disabled when `sourcekit-lsp` is launched without options
2 parents bee567d + d19f829 commit 1e3ad2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/sourcekit-lsp/SourceKitLSP.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ struct SourceKitLSP: AsyncParsableCommand {
170170
),
171171
defaultWorkspaceType: defaultWorkspaceType,
172172
generatedFilesPath: generatedFilesPath,
173-
backgroundIndexing: experimentalFeatures.contains("background-indexing"),
174173
experimentalFeatures: Set(experimentalFeatures.compactMap(ExperimentalFeature.init))
175174
)
176175
}

0 commit comments

Comments
 (0)