Add test cases that launch a SourceKitLSP server using a BSP server

This commit is contained in:
Alex Hoppen
2024-09-19 12:47:06 -07:00
parent 813a10e66c
commit 5202a8fc1c
11 changed files with 239 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ import struct TSCBasic.RelativePath
fileprivate extension WorkspaceType {
var buildSystemType: BuiltInBuildSystem.Type {
switch self {
case .buildServer: return BuildServerBuildSystem.self
case .buildServer: return LegacyBuildServerBuildSystem.self
case .compilationDatabase: return CompilationDatabaseBuildSystem.self
case .swiftPM: return SwiftPMBuildSystem.self
}