Skip to content

Commit 0f7aa82

Browse files
committed
reference issue
1 parent 35afca9 commit 0f7aa82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Coder-Desktop/VPNLib/CoderRouter.swift

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Foundation
22
import URLRouting
33

44
// This is in VPNLib to avoid depending on `swift-collections` in both the app & extension.
5+
// https://github.com/coder/coder-desktop-macos/issues/149
56
public struct CoderRouter: ParserPrinter {
67
public init() {}
78

Coder-Desktop/VPNLib/FileSync/FileSyncDaemon.swift

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ public protocol FileSyncDaemon: ObservableObject {
2424
func resetSessions(ids: [String]) async throws(DaemonError)
2525
}
2626

27+
28+
// File Sync related code is in VPNLib to workaround a linking issue
29+
// https://github.com/coder/coder-desktop-macos/issues/149
2730
@MainActor
2831
public class MutagenDaemon: FileSyncDaemon {
2932
let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "mutagen")

0 commit comments

Comments
 (0)