Skip to content

Commit bf377c1

Browse files
authored
Merge pull request #2341 from ahoppen/6.2/enable-background-indexing
[6.2] Fix issue that caused background indexing to be disabled when `sourcekit-lsp` is launched without options
2 parents b67724f + 0661c50 commit bf377c1

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
@@ -169,7 +169,6 @@ struct SourceKitLSP: AsyncParsableCommand {
169169
),
170170
defaultWorkspaceType: defaultWorkspaceType,
171171
generatedFilesPath: generatedFilesPath,
172-
backgroundIndexing: experimentalFeatures.contains("background-indexing"),
173172
experimentalFeatures: Set(experimentalFeatures.compactMap(ExperimentalFeature.init))
174173
)
175174
}

0 commit comments

Comments
 (0)