mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Make a couple parameters in the BuildTarget initializer defaulted
This commit is contained in:
@@ -145,7 +145,6 @@ actor LegacyBuildServerBuildSystem: MessageHandler, BuiltInBuildSystem {
|
||||
BuildTarget(
|
||||
id: .dummy,
|
||||
displayName: "BuildServer",
|
||||
baseDirectory: nil,
|
||||
tags: [.test],
|
||||
capabilities: BuildTargetCapabilities(),
|
||||
// Be conservative with the languages that might be used in the target. SourceKit-LSP doesn't use this property.
|
||||
|
||||
Reference in New Issue
Block a user