mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Merge pull request #1874 from ahoppen/allow-dependency-updates
Allow dependency updates in the `index-build` folder
This commit is contained in:
@@ -329,7 +329,7 @@ package actor SwiftPMBuildSystem: BuiltInBuildSystem {
|
||||
}
|
||||
|
||||
var configuration = WorkspaceConfiguration.default
|
||||
configuration.skipDependenciesUpdates = true
|
||||
configuration.skipDependenciesUpdates = !options.backgroundIndexingOrDefault
|
||||
|
||||
self.swiftPMWorkspace = try Workspace(
|
||||
fileSystem: localFileSystem,
|
||||
|
||||
Reference in New Issue
Block a user