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:
@@ -102,8 +102,6 @@ package actor JSONCompilationDatabaseBuildSystem: BuiltInBuildSystem {
|
||||
}
|
||||
return BuildTarget(
|
||||
id: try BuildTargetIdentifier.createCompileCommands(compiler: compiler),
|
||||
displayName: nil,
|
||||
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