mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Add test cases that launch a SourceKitLSP server using a BSP server
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user