Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Sources/SourceKitLSP/SourceKitLSPServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,8 @@ extension SourceKitLSPServer {
await workspace.buildSystemManager.setMainFilesProvider(nil)
workspace.closeIndex()
}
// Make sure we emit all pending log messages. When we're not using `NonDarwinLogger` this is a no-op.
await NonDarwinLogger.flush()
}

func shutdown(_ request: ShutdownRequest) async throws -> ShutdownRequest.Response {
Expand Down